1.

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.

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.



Discussion

No Comment Found