Is JSP Thread Safe ???? How To make JSP thrad safe ?????
Answer Posted / nagendra
<% page isThreadSafe="false"%>
Then only jsp become ThreadSafe
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Why is httpservlet declared abstract?
How can you push data from an Applet to a Servlet?
What exactly are the functions of servlet?
What is the directory structure of a war file?
What are all the protocols supported by httpservlet?
Why HttpServlet class is declared abstract?
Explain mvc pattern.
Explain the features are in servlet 3?
What are all the advantages of servlet over cgi?
Why jsp is better than servlet?
request parameter how to find whether a parameter exists in the request object?
Tell us something about servletcontext interface.
What is a java servlet?
What are the objects involved when a servlet receives a call from client?