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 ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can you push data from an Applet to a Servlet?
What is the difference between Servlets and Applets?
Is java servlet still used?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Explain jsessionid and when is it created?
Explain session tracking and its importance?
Which exception is thrown if the servlet is not initialized properly?
What’s the difference between genericservlet and httpservlet?
How can we refresh automatically when new data has entered the database?
What are the different methods involved in generic servlet?
How to upload a file to the server using servlet?
How to read request headers from servlets?
What is the purpose of inter-servlet communication?
What are the differences between servlet context vs servlet config?
List the Different types of servlet?