.Jar means how it is different from .java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

.Jar means how it is different from .java

31st Aug 2016, 6:06 PM
Abhishek
Abhishek - avatar
3 Answers
+ 1
JAR file is the compressed file format. You can store many files in a JAR file. JAR stands for the Java Archive. This file format is used to distribute a set of java classes. This file helps you to reduce the file size and collect many file in one by compressing files
31st Aug 2016, 6:14 PM
Raj Joshi
Raj Joshi - avatar
0
The .java is the source before compiling it to the .class file. In Eclipse you create a new class, enter your code and that code is saved as a .java file. The .jar as stated below by Raj Joshi
31st Aug 2016, 8:08 PM
Chander
Chander - avatar
0
yes raj is right
31st Aug 2016, 10:29 PM
Awinash Keshri
Awinash Keshri - avatar