Java Servlet Programming Question:
Download Questions PDF

What is servlet container?

Answer:

The servlet container is a part of a Web server or application server that provides the network services over which requests and responses are sent, decodes MIME-based requests, and formats MIME-based responses. A servlet container also contains and manages servlets through their lifecycle.

Download Java Servlet Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Why is Servlet so popular?When a client request is sent to the servlet container, how does the container choose which servlet to invoke?