0
what are jar files?
5 ответов
+ 1
A jar file contains all the files of a Java program in one package.
+ 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
0
can you explain in detail
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 :)
0
It is a package file format typically used to aggregate many Java class files and associated metadata and resources into one file.