How ThreadSafe page attribute will be working in Servlet as
well as in JSP?Automatically ThresdSafe is true in JSP so
service method will be destroy in each and every request or
not?so how thresd will handle srevice method?
Answer Posted / abilash
servlet: it must implement SingleThreadModel for thread safe
jsp: isthreadSafe="false"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by request dispatcher in servlet?
How to handle exceptions thrown by application with another servlet?
What is httpservlet class?
What is the use of welcome-file-list?
What is meant by a servlet?
What is the difference between portlet and servlet?
Why HttpServlet class is declared abstract?
What is servlet and its use?
Can you explain in detail 'javax.servlet' package?
What are the ways to handle multi-threading in servlets?
Can we override servlet service method?
Explain get and post.
Tell the new features added in servletrequest interface i.e. Servlet 2.4
how many jsp scripting elements are there and what are those?
Explain the methods of request dispatcher in servlet?