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 |
Can I use multiple html form elements with the same name?
What is table mutation and how do you avoid it?
Can I have an action without a form?
What are the high-level thread states?
explain session tracking. why we used it
Do I need to import javlang package any time? Why ?
what's the main difference between unix os and linux os?
What is TL and its use?
Why threads will block on I/O?
What is the purpose of the notify() method?
What is MOM?
the use of try and ffinally keyword