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 is RMI architecture?

11 Answers   Infosys,


what is heepStored?

1 Answers  


Describe, in general, how java's garbage collector works?

0 Answers  


What is RRL?

1 Answers  


what is handle?

0 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  


What is a tasks priority and how is it used in scheduling?

0 Answers  


How can I avoid validating a form before data is entered?

0 Answers  


What is RPC?

2 Answers  


Can you give me a simple example of using the requiredif validator rule?

0 Answers  


What you mean by COM and DCOM?

0 Answers  


Differences between applications and applets?

3 Answers  


Categories