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 |
How many types of objects are there in java?
What is declarative security ?
where exactly the servlets and jsp's are stored?
What is a j2ee component?
What are the types of j2ee clients?
What is the difference between java and core java?
Where is java used?
What is source file in java?
Why java is not 100% object oriented language?
How java is reliable?
In DAO we are writting sql queries , how it is possible with creating and closing database connections.
Can I run seam in a j2ee environment?