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 |
What is rmic?
Which class is the immediate superclass of the menucomponent class?
What is the difference between the session.get() method and the session.load() method?
what we can't do in jdbc but can do hibernate?
Connection Pooling with different type of databases?
What is colon_pkg_prefixes and what is its use?
important features of java which differenciate it from c++
What is servlet preinitialization?
What is the purpose of the notify() method?
What are the sequence of steps to write pub or sub model kind of application?
whats is stored procedure,joins
How to implement RMI in Java?