How to synchronize jsp page?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the wait() method?

617


Is infobus easy to use?

594


What are the sequence of steps to write pub or sub model kind of application?

1889


which type of objects reference will be given to client?

2022


What is the difference between ear, jar and war file?

564






How many times may an objects finalize() method be invoked by the garbage collector?

668


What are local interfaces? Describe.

692


What is the difference between the string and stringbuffer classes?

535


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

547


What is glasgow?

580


Explain the steps in details to load the server object dynamically?

4538


Difference between hashmap and hashtable?

602


What is in-memory replication?

551


What you mean by COM and DCOM?

609


Why do I get a duplicate name error when loading a jar file?

542