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

Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  


difference between sql exception class and sql warning class

1 Answers  


In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work

3 Answers  


How messaging services are done, before release of JMS?

0 Answers  


what is the Scope of Final Keyword in Java?

1 Answers   HCL,






What are the disadvantages of using threads?

3 Answers   Oracle, SFS,


What is colon_pkg_prefixes and what is its use?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


Define prototype?

0 Answers  


Write a singleton program?

0 Answers  


What is ioc concept & explain it?

0 Answers  


what is a non-repeatable read?

0 Answers  


Categories