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 do you mean by url pattern in servlet?
Is servlet thread safe?
What must be implemented by all servlets?
Can filter be used as request or response?
What do you mean by deployment descriptor?
If servlet receives multiple requests, how many objects will it create?
What is called Scriptlet?
How do we translate jsp?
Define the lifecycle for executing a jsp page.
What are different ways for authentication of servlet?
How to get the actual path of servlet in server?
What is cookie? Why is cookie used?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How is a servlet implemented in code?
What is servlet and its advantages?