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 / abilash
servlet: it must implement SingleThreadModel for thread safe
jsp: isthreadSafe="false"
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we use servlets in JavaScript?
What is the servlet?
What are the methods in HttpServlet?
What are common tasks performed by Servlet Container?
Write a program to show the functionality of servlets.
what is the control flow in servlet when we send a request?
Which http method is said to be non-idempotent and idempotent?
What is servlet and how it works?
What is the difference between servlet and filter?
How to generate the server side programming and the advantages of it over the other languages?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What are the steps involved in placing a servlet within a package?