What are the different modules that may exists inside a EAR?
-
Client Modules
-
Web App Modules
-
EJB Modules
-
All the above
D
Correct answer
Explanation
EAR (Enterprise Archive) files in Java EE can contain multiple module types including web application modules (WAR files), EJB modules (JAR files with enterprise beans), and client application JARs. This modular structure allows packaging complete enterprise applications with all their components.