How many servlet objects are created?
Answer / Dhirendra Kumar Singh
The exact number of servlet objects that get created depends on the servlet container and how it manages servlets. It can create one servlet object for each request, or keep a pool of servlet objects ready to handle requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why doesn’t a servlet include main()?
What is DSN and System DSN and what is the difference between them?
What are the steps involved in placing a servlet within a package?
How do you track a user session in servlets?
What type of protocols are used in HttpServlet?
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,
Write a program to show the functionality of servlets.
what is the control flow in servlet when we send a request?
what is the difference between ServletContext and ServletConfig
What is lazy loading and what is Generic Servlet Class?
How servlets are deployed in java?
What are the difference between HttpServlet and GenericServlets?