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

What are the steps to write p-to-p model application?

0 Answers  


Which are the different segments of memory?

0 Answers  


life cycle of an applet?

3 Answers  


What is JasperReports?

2 Answers  


does j2ee means advanced java

10 Answers  


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


Brief description about local interfaces?

0 Answers  


What is the initial state, When a thread is created and started?

3 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


how do you Handle Front End Application data against DB with example?

0 Answers   Campus Interaction, HCL,


What exceptions are thrown by RMI?

1 Answers  


what is heepStored?

1 Answers  


Categories