Enterprise java beans EJB are software components that run in a special
environment called an EJB container. The EJB container hosts and manages an
enterprise java bean in the same way as Java Web Server hosts a
java servlet. All java beans functions perform with in EJB container. The EJB container manages
every aspect / features of an enterprise java bean at run time.
Java beans container is a run-time container that are deployed to an Java EE application server. The EJB container automatically creates when the java application server starts and give serves as an interface between a java bean and run-time services such as:
Java beans container is a run-time container that are deployed to an Java EE application server. The EJB container automatically creates when the java application server starts and give serves as an interface between a java bean and run-time services such as: