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 |
diff vector arraylist
Can constructors be synchronized in java?
What is JasperReports?
what is the life cycle of jsp?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
What is the difference between long.class and long.type?
What is codebase in applet?
What is clustering? What are the different algorithms used for clustering?
What are the steps to write p-to-p model application?
What are externizable interface?
Describe, in general, how java's garbage collector works?
What is a modular application?