Multiple choice technology web technology

Which of these is not a container (application componets) in J2EE ?

  1. Application Client

  2. Applet

  3. Java Bean

  4. EJB

  5. Web

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

Java Bean is NOT a J2EE container or application component. The J2EE containers are: Application Client Container, Applet Container, Web Container (for servlets/JSP), and EJB Container (for enterprise beans). JavaBean is a Java class convention for reusable components, not a J2EE container type.