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 do you know about seam?

602


Why does the option tag render selected=selected instead of just selected?

680


why static class in java

1277


How substring() method of string class create memory leaks?

552


What are the services in RMI ?

1888






What is local interface. How values will be passed?

558


Is the session factory thread safe?

677


What you mean by COM and DCOM?

619


How to pass parameters in RMI?

1690


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

572


what is a non-repeatable read?

1832


How are commas used in the intialization and iteration parts of a for statement?

583


What value does readline() return when it has reached the end of a file?

593


What is the difference between a static and a non-static inner class?

598


Why use a datasource when you can directly specify a connection details?

534