Answer Posted / 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 |
Post New Answer View All Answers
Can you control when passivation occurs?
What is JTS?
What is the purpose of the wait() method?
Define the remote object implementation?
Are there books about seam?
What is jboss?
What is the immediate superclass of the applet class?
What is the map interface?
Explain about RMI Architecture?
Can I use multiple html form elements with the same name?
Why a component architecture for the java platform?
What is the highest-level event class of the event-delegation model?
What is an abstract method?
What do you know about seam?
If your ui seems to freeze periodically, what might be a likely reason?