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
What do you mean by cgi?
What is meant by a web application
Write a program to show the functionality of doget and dopost method?
What are the difference between RMI and Servlets?
What is meant by Servlet? What are the parameters of service method?
How to upload a file to the server using servlet?
How do you load an image in a Servlet?
What is the difference between Server and Container?
How to notify an object in session when session is invalidated or timed-out?
What is a cookie What is the difference between session and cookie
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Why do we need a constructor in a servlet if we use the init method?
What are the types of protocols supported by httpservlet ?
Whats the advantages using servlets over using CGI?
What's the use of servletcontext?