How many servlet objects are created?



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

Post New Answer

More Servlets Interview Questions

Why doesn’t a servlet include main()?

1 Answers  


What is DSN and System DSN and what is the difference between them?

2 Answers  


What are the steps involved in placing a servlet within a package?

1 Answers  


How do you track a user session in servlets?

3 Answers  


What type of protocols are used in HttpServlet?

3 Answers  


what is the difference b/w DispatchAction and LookUpDispatchAction?

1 Answers   Deloitte, iGate, Tech Mahindra,


Write a program to show the functionality of servlets.

1 Answers  


what is the control flow in servlet when we send a request?

5 Answers   TCS,


what is the difference between ServletContext and ServletConfig

7 Answers  


What is lazy loading and what is Generic Servlet Class?

1 Answers  


How servlets are deployed in java?

1 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


Categories