Multiple choice technology web technology

J2EE application with all of its modules are delivered as this file

  1. .war

  2. .jar

  3. .ear

  4. .rar

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

EAR (Enterprise Archive) files contain all modules of a J2EE application - web modules (WAR), EJB modules (JAR), and resource adapters (RAR). It is the complete deployment unit. WAR files are for web components only, JAR for EJBs or Java classes, and RAR for resource adapters.