DEVFYI - Developer Resource - FYI

What is Web container

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

322. What is Web container

A container that implements the Web component contract of the J2EE architecture. This contract specifies a runtime environment for Web components that includes security, concurrency, life-cycle management, transaction, deployment, and other services. A Web container provides the same services as a JSP container as well as a federated view of the J2EE platform APIs. A Web container is provided by a Web or J2EE server.

(Continued on next question...)

Other Interview Questions