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 the RMI and Socket?
What is UniCastRemoteObject and what is its use in RMI?
What happens when a thread cannot acquire a lock on an object?
Why do threads block on i/o?
Explain how will the struts know which action class to call when you submit a form?
Why does the option tag render selected=selected instead of just selected?
When a thread terminates its processing, it enters into what state?
wahts is mean by dynavalidatorform in struts/
whats is mean by jndi
Can I have an action without a form?
How will the struts know which action class to call when you submit a form?
What is chat area? Explain.