answersLogoWhite

0

JAR files (Java ARchive) allows aggregating many files into one, it is usually used to hold Java classes in a library. i.e. Math.jar

WAR files (Web Application aRchive) stores XML, java classes, and JavaServer pages for Web Application purposes.

EAR files (Enterprise ARchive) combines JAR and WAR files to make a combined archive for Enterprise Applications.

User Avatar

Wiki User

17y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
BeauBeau
You're doing better than you think!
Chat with Beau

Add your answer:

Earn +20 pts
Q: What is the difference between Jar and Ear and War files?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Sis to jar converter?

SIS files are Symbian and JAR files are java. The software that converts a SIS file to a JAR file is called Sis to Jar Converter 1.7.7.2.


Will Nokia C6 support jar files?

yes


What is contain inside the jar file?

.jar files contain byte-code compiled to run on the Java Virtual Machine.


How do you run jar file on computer?

you can play the jar files by transfer it in to nokia mobile phones


How do you use jar file in java?

JAR stands for JAVA Archive File. You can archive a number of java class files into an archive and form a JAR. If you place the JAR in a particular location in the computer and then add the path to the JVM Class path, the JVM will be able to recognize references to classes that are present in the JAR.