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 |
Define the struts in the j2ee framework?
how many external variables are there in jsp ?
What is bean factory, have you used xmlbean factory?
What is devops in java?
Explain j2ee architecture.
What does the web module contain?
what is Directory Structure of webapplication?
What is java ee architecture?
Why class is used in java?
What is the description for expression element?
What is j2ee module?
What is java ee technologies?