Which implicit object in jsp is synchronized?
Answers were Sorted based on User's Feedback
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 |
Answer / kaka
Application,out,Request,response,config,page,pagecontext,exc
eption and session
| Is This Answer Correct ? | 5 Yes | 10 No |
What is ejb container provider?
Use of private variable while creating properties ???
What is the description for expression element?
What is jaxr provider?
What is isv?
What does java awt stand for?
What are container services?
What are the main components of a class in java?
What is entity reference?
what is a servlet? and explain its lifecycle methods?
Which edition of java is used for developing web application?
What is core java and j2ee?