JAR files = collection of class files WAR files = collection of class, JSP, XML files EAR files = collection of JAR, WAR, and EJBs The JAR file is a Java Archive. The WAR file is a Web Archive. And finally, the EAR file is an Enterprise Archive.
About Java and it's related concepts..