Solution:
AR FILES | WAR FILES |
---|---|
Full form of JAR files is Java Archive Files. | Full form of WAR files is Web Archive Files. |
Aggregating many files into one is allowed in JAR files | XML, Java classes, and JavaServer pages are stored in WAR |
The JAR is usually used to hold Java classes in a library. | Mainly used for Web Application purposes |