Define Jar,War,Ear file »
By Ramakrishna on Apr 4, 2009 in Define creating and extracting of jar | 0 Comments
Q) What is EAR file Rep) Enterprise Archive file. A JAR archive that contains a J2EE application. Q) What is JAR file Rep) Java Archive file it contains a J2EE application. You can create a JAR file using the command jar cf XYZ.jar *.class *.gif if will compress all the .class files and the related [...]
