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

What is advance java?

0 Answers  


how dopost is secured than doget?

4 Answers   CGI,


What does application client module contain?

0 Answers  


What is filter chain?

0 Answers  


What is comment?

0 Answers  






Difference between load and get method?

0 Answers  


Is java an assembly language?

0 Answers  


Which compiler is used in java?

0 Answers  


Who gave the name java?

0 Answers  


Name the Implicit variable which is used to access other implicit objectes present in JSP.

7 Answers   AZTEC,


What is commit?

0 Answers  


I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????

3 Answers   CTS,


Categories