DEVFYI - Developer Resource - FYI

What is EJB container

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

75. What is EJB container

A container that implements the EJB component contract of the J2EE architecture. This contract specifies a runtime environment for enterprise beans that includes security, concurrency, life-cycle management, transactions, deployment, naming, and other services. An EJB container is provided by an EJB or J2EE server.

(Continued on next question...)

Other Interview Questions