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 |
Is there a guarantee of uniqueness for entity beans?
How are the elements of a borderlayout organized?
whats is mean by tiles in struts
Which textcomponent method is used to set a textcomponent to the read-only state?
Is jvm a overhead?
what is JTA ?
What is difference RMI registry and OSAgent?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What are the diff types of exception?
why static class in java
Differences between applications and applets?
Have you used threads in Servelet?