Multiple choice technology programming languages

Which file contains the EJB modules of the application?

  1. .jar

  2. .war

  3. .ear

  4. .zip

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

EAR (Enterprise Archive) files contain EJB modules along with other application components like web modules (WAR files) and utility JARs. The EAR format packages all modules of a Java EE enterprise application.