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 meant by cookies?
Tell us something about servletconfig interface.
How do we share data using 'getservletcontext ()?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is servlet attributes and their scope?
When should you prefer to use doget() over dopost()?
Write all the phases defined in servlet life cycle?
What are the different methods involved in generic servlet?
Explain the difference between a web server and a web container?
When to use doget() and when dopost()?
Explain jsessionid?
How can the referrer and the target urls be used in servlet?
Name the different ways of session tracking.
What are the uses of servlet and what is servlet chaining?
Explain jsessionid and when is it created?