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
Explain the war file?
Which interface must be implemented by all servlets?
How we can create war file in servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is the difference between context parameter and context attribute?
What is java servlet?
What are the functions of the servlet container?
How would you create deadlock on your servlet?
How can we implement a jsp page?
How servlets are deployed in java?
How do you load an image in a Servlet?
What's the advantages using servlets than using cgi?
The code in a finally clause will never fail to execute, right?
List out the difference between ServletConfig and ServletContext?
What is a servlet?