How to synchronize jsp page?



How to synchronize jsp page?..

Answer / p.a.v.k.prasad

<%@ page isThreadSafe="true" >

isThreadSafe attribute takes true or false, the default value is true.This attribute specifies whether not a JSP page is thread safe.

if this attribute is set to false, only one thread can use the service.

if this attribute is true, simultaneous requests can be handled by this page.

Is This Answer Correct ?    13 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

What is Remote Server?

0 Answers   TCS,


What is the difference between session and entity beans?

0 Answers  


what about static?

1 Answers  


Is 'synchronised' a modifier?

2 Answers   NIIT,


diff between jsp include directive and jsp action include?

4 Answers   SolutionNET,






What is threadfactory?

0 Answers  


What is jboss?

0 Answers  


what is the diffrence between banking and insurance domain?

2 Answers  


types of exceptions

1 Answers  


What is the difference between Super and This Keyword?

4 Answers   HCL, TCS,


What is difference RMI registry and OSAgent?

1 Answers  


Where can I find seam examples and documentation?

0 Answers  


Categories