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 ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is SingleThreadModel interface?
What do you mean by servlet context?
Can we use threads in Servlets?
Define the lifecycle for executing a jsp page.
What is the dispatcher servlet?
What is the importance of init() method in Servlet ?
What are the exceptions thrown by servlets? Why?
How do servlets work?
How forward () method is different from send redirect () method?
What is MIME Type?
What is servlet attributes and their scope?
How can we achieve transport layer security for our web application?
What are the new features added to servlet 2.5?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
How is an application exception handling is done using a servlet?