What is called servlet container?



What is called servlet container?..

Answer / Mayank Pushkar

A servlet container, also known as a web container or application server, is a software that manages the execution of servlets and other Java EE technologies. It provides services such as request and response handling, session management, security, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is the difference between portlet and servlet?

1 Answers  


What is getservletcontext?

1 Answers  


How do you deal property files in servlet?

1 Answers  


can i call destroy() method in init() method of servlet

9 Answers   Ericsson, IBM,


What's the difference between authentication and authorization?

1 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


What are the different session tracking techniques?

1 Answers  


when will cookie information destroy?

7 Answers  


Elucidate servlet attributes and its scope?

1 Answers  


What is the importance of init() method in Servlet ?

1 Answers   BirlaSoft,


What are the phases of a servlet life cycle?

1 Answers  


Describe some assignments that are executed by servlet container?

1 Answers  


Categories