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 value does read() return when it has reached the end of a file?

556


What class is used to create Server side object ?

1676


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

2562


Explain the different types of memory used by jvm?

614


What are the purpose of introspection?

681






What is the highest-level event class of the event-delegation model?

578


What is an abstract method?

596


What is glasgow?

590


How database connectivity in XML is achieved?

1770


What does module-relative mean?

581


Is infobus easy to use?

600


Can I use javascript to submit a form?

618


Will the general public have access to the infobus apis?

532


What is abstract schema?

557


What are the design considerations while making a choice between using interface and abstract class?

545