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

Do we need to override service() method

0 Answers  


whats is mean by jndi

1 Answers   SolutionNET,


Which class is the immediate superclass of the menucomponent class?

0 Answers  


What are the pros and cons of detached objects?

0 Answers  


What classes of exceptions may be caught by a catch clause?

0 Answers  






list the types of dialodg

1 Answers   Wipro,


Describe, in general, how java's garbage collector works?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


What is the argument type of a programs main() method?

0 Answers  


How to get an image from db2 database plz help as soon as possible

1 Answers  


What is the difference between long.class and long.type?

0 Answers  


What do you need to set-up a cluster with jboss?

0 Answers  


Categories