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 |
Explain Object Serialization and it can be used?
What state does a thread enter when it terminates its processing?
Define prototype?
What must a class do to implement an interface?
what is an isolation level?
In a multitiered application which tier is the browser in?
whats is mean by object and class?
what is a dirty read?
What is J2EE?
How two threads will communicate with each other?
what is a non-repeatable read?
whats is mean by tiles in struts