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 if the static modifier is removed from the signature of the main method?
What are local interfaces? Describe.
What is the difference between static and non-static with examples?
What are the services in RMI ?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
How would you create a button with rounded edges?
how to use debug in my elipse to solve problems that exist in my project
Explain how will the struts know which action class to call when you submit a form?
Explain the steps in details to load the server object dynamically?
What is glasgow?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What classes of exceptions may be caught by a catch clause?
How are the elements of a cardlayout organized?
What is the difference between session and entity beans?
what are getters and setters in Java with examples?