Which implicit object in jsp is synchronized?

Answers were Sorted based on User's Feedback



Which implicit object in jsp is synchronized?..

Answer / suhasini

session

Is This Answer Correct ?    3 Yes 5 No

Which implicit object in jsp is synchronized?..

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

Which implicit object in jsp is synchronized?..

Answer / kaka

Application,out,Request,response,config,page,pagecontext,exc
eption and session

Is This Answer Correct ?    5 Yes 10 No

Which implicit object in jsp is synchronized?..

Answer / narayana

is thread safe

Is This Answer Correct ?    0 Yes 5 No

Which implicit object in jsp is synchronized?..

Answer / trupti

Implicit and explicit objects

Is This Answer Correct ?    4 Yes 19 No

Post New Answer

More J2EE Interview Questions

What is main method in java?

0 Answers  


What is certificate authority?

0 Answers  


How to achieve multiple inheretence in java.I need an example. how we achieve.

2 Answers  


where our package shoud be kept in the application whenwe want to import that package in the jsp application?

1 Answers  


why we are using XML?

14 Answers   TCS,






which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post

7 Answers  


Is downloading java safe?

0 Answers  


What is the difference between java and j2ee?

0 Answers  


What is meant by j2ee?

0 Answers  


What do you understand by a thin client?

0 Answers  


What is a java application client?

0 Answers  


Is java still slow?

0 Answers  


Categories