DEVFYI - Developer Resource - FYI

What is servlet container?

Servlet Interview Questions and Answers


(Continued from previous question...)

3. What is servlet container?

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.

(Continued on next question...)

Other Interview Questions