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 do I run java?
What is filter chain?
Is java good for web development?
Define hashtable in j2ee?
What is content?
Is java part of oracle?
where our package shoud be kept in the application whenwe want to import that package in the jsp application?
Is downloading java safe?
What do you understand by a thin client?
What is java developer?
What is application assembler?
What is a jpanel in java?