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 |
Hi friends, can u explain Transparent Persistence in hibernate with sample code.
What is filter chain?
How is java development environment setup?
What is architecture neutral in java?
Explain j2ee architecture.
Is java procedural or object oriented?
What is container-managed persistence?
Describe the file types *.ear, * .jar and *.war?
What is use of final keyword in java?
How many types of modules is defined by j2ee specification?
What is j2ee technology?
What is delegation?