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
What are JTA/JTS and how they used by client?
Which class is the immediate superclass of the menucomponent class?
What is local interface. How values will be passed?
Why do threads block on i/o?
What is aop(assepct oriented programing)?
Explain about local interfaces.
Which component handles cluster communication in jboss?
What is threadfactory?
How would you create a button with rounded edges?
What are externizable interface?
What is the difference between a static and a non-static inner class?
Explain phantom read?
Name three component subclasses that support painting?
difference between ejb,struts,hibernate,spring and jsp
what are memory considerations of jsp compares to other web components?