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
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Can you explain in detail 'javax.servlet' package?
How will you pass values from HTML page to the servlet?
Explain the difference between jsp and servlet?
What is the major difference between servlet and applet?
What are the jobs performed by servlets?
What is the life-cycle of servlets?
How to handle exceptions thrown by application with another servlet?
What do you mean by the servlet chaining?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the difference between 2 types of servlets?
Explain url encoding in servlet?
How can a servlet be used to generate plain text instead of html?
Is tomcat a servlet container?
Explain their methods? Tell me their parameter names also have you used threads in servlet?