Difference between java jar and war
Both JAR and WAR are created(Zipped) with Java JAR tool , both have different purposes. JAR – Java Archive this JAR file may be a standalone java application or a zipped source . this file contains classes , libraries , property files Command to create a JAR file : here i want to create JAR…
