what are jar files? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what are jar files?

12th Oct 2016, 2:09 PM
prashanth
prashanth - avatar
5 Answers
+ 1
A jar file contains all the files of a Java program in one package.
12th Oct 2016, 2:18 PM
Zen
Zen - avatar
+ 1
Full form is Java Archieve Resource ... It is almost similar to library ... we can build the jar file path into our project and we can use the classes which exists in that jar file
12th Oct 2016, 5:28 PM
Kunapareddy Vj
Kunapareddy Vj - avatar
0
can you explain in detail
12th Oct 2016, 2:22 PM
prashanth
prashanth - avatar
0
"Java Archive" It contains all your Java classes and for example other imported .jar files You can open it like a .7z archive, thats the way how i do it :)
12th Oct 2016, 4:03 PM
Re4LyZed
Re4LyZed - avatar
0
It is a package file format typically used to aggregate many Java class files and associated metadata and resources into one file.
12th Oct 2016, 5:51 PM
Shabeena Taj
Shabeena Taj - avatar