Multiple choice technology architecture

Containers and servers have the same function. What is the difference between an Enterprise Java Beans Container and an Enterprise JavaBeans Server?

  1. Containers run within servers.

  2. Servers run within containers.

  3. Only one server can run in a container.

  4. Only one container can run in a server.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

EJB Containers run WITHIN EJB Servers. The server provides the runtime environment (JVM, networking, resources), while the container manages EJB lifecycle, transactions, security, and other services. Multiple containers can run within a single server. The server is the broader hosting environment.