Multiple choice technology programming languages Which file contains the EJB modules of the application? .jar .war .ear .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.