Is JSP Thread Safe ???? How To make JSP thrad safe ?????
Answer Posted / samba
Jsp is not a thread safe.in order to make jsp as a thread
safe there is a attribute that is isThreadSafe="true"
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What is httpservlet class?
What is the structure of the http response
What is servlet container. how it works?
What is the capacity the doget can send to the server?
How can you create a session in servlet?
How would you create deadlock on your servlet?
Explain the war file?
What is the difference between forward () and sendredirect () functions in servlet? Explain
How can the session in servlet be destroyed?
What is the difference in between the httpservlet and generic servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Difference between get and post in java servlets?
Explain the differences between jsp and servlet.
What is the use of servlet context?
How do you configure a centralized error handler in servlets?