Is JSP Thread Safe ???? How To make JSP thrad safe ?????
Answer Posted / venkat
by default jsp is not thread safe.
if we want to make thread safe jsp use this statement
<%@ page isThreadSafe="true"%>
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Why HttpServlet class is declared abstract?
What are the life cycle methods of the servlet?
What is the use of servlet wrapper classes?
What are the supporting protocol by HttpServlet ?
How to create war file?
What is servlet initializer?
How do cookies work in servlets?
Why session tracking is needed?
Tell us something about servletcontext interface.
What do you mean by the servlet chaining?
How is an application exception handling is done using a servlet?
What are important features of Servlet 3?
What is called Scriptlet?
Why do we need servlet filter?
If a servlet is not properly initialized, what exception may be thrown?