Answer Posted / krishna chowdary garapati
JSP Threadsafe is used to send only one request for
processing.
It implements SingleThreadModel Interface.
In JSP,
The Page dircetive defines an attribute "isThreadSafe"
whose values are true|false.
If the value is set to 'true' the container can send
multiple concurrent requests to the JSP page. The default
value is 'true'
If the value is set to 'false' the container can only send
one request at a time to the JSP page which makes the JSP
ThreadSafe.
SYNTAX:
<%@ page isThreadSafe="true|false" %>
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Which package does a jsp api consist of?
How many tags are provided by jstl?
Can constructor be used instead of init(), to initialize servlet?
How are custom tags in jsp created?
What is server context?
What is session getattribute in jsp?
Can jsp contain javascript?
Give an example where you need jsp custom tag?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
Why should we not configure jsp standard tags in web.xml?
Explain the jsp implicit objects?
How to use jsp el to get http method name?
What are the types of directives in jsp?
what is the extended star schema
what are the tools used in your project , How to ask the answer this question