DEVFYI - Developer Resource - FYI

What is servlet container

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

281. What is servlet container

A container that provides the network services over which requests and responses are sent, decodes requests, and formats responses. All servlet containers must support HTTP as a protocol for requests and responses but can also support additional request-response protocols, such as HTTPS.

(Continued on next question...)

Other Interview Questions