What is. Jar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is. Jar

12th Feb 2017, 2:13 PM
Manoranjan Bhue
Manoranjan Bhue - avatar
4 Answers
+ 17
Java Archive.
12th Feb 2017, 2:16 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
The .jar files are created by the java archiver, an utility from the JDK. The .jar files contains all the .class files of your finished java project and other files needed for your project to run in the JVM in a convenient way for deployment. Instead of having to copy all the classes and directories structure to your app users, you create the .jar file of your project and it will contain everything that your program needs.
12th Feb 2017, 2:42 PM
Nelson Urbina
Nelson Urbina - avatar
+ 2
.jar is the extention of packaged java classes. Packaging your java code makes it much more portable !
12th Feb 2017, 4:15 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
0
jar is the extension of java applications usually used in mobile apps
13th Feb 2017, 8:17 AM
nikhil laxmi
nikhil laxmi - avatar