Which implicit object in jsp is synchronized?

Answers were Sorted based on User's Feedback



Which implicit object in jsp is synchronized?..

Answer / suhasini

session

Is This Answer Correct ?    3 Yes 5 No

Which implicit object in jsp is synchronized?..

Answer / shashank

I think entire JSP is synchronized. I am using IBM RAD.
When I see the equivalent java code of a jsp, it is
surrounded with synchronised(application) { } block.

It means in an instance of application, only one request
thread can use jsp at a time.

Is This Answer Correct ?    0 Yes 5 No

Which implicit object in jsp is synchronized?..

Answer / kaka

Application,out,Request,response,config,page,pagecontext,exc
eption and session

Is This Answer Correct ?    5 Yes 10 No

Which implicit object in jsp is synchronized?..

Answer / narayana

is thread safe

Is This Answer Correct ?    0 Yes 5 No

Which implicit object in jsp is synchronized?..

Answer / trupti

Implicit and explicit objects

Is This Answer Correct ?    4 Yes 19 No

Post New Answer

More J2EE Interview Questions

Who gave the name java?

0 Answers  


What is j2ee technology?

0 Answers  


Why awt is used in java?

0 Answers  


How do you compile java?

0 Answers  


What is enterprise information system resource?

0 Answers  






How many types of constructors are there in java?

0 Answers  


How java is used in web applications?

0 Answers  


what is Directory Structure of webapplication?

8 Answers   CTS, Virtusa,


Why tomcat is used in java?

0 Answers  


What is the latest technology used in java?

0 Answers  


What is component in java with example?

0 Answers  


what is direct link to download swing ebook,applet,ejb,core java

0 Answers  


Categories