can someone explain why .jar files's base name archive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can someone explain why .jar files's base name archive

.jar files

4th Aug 2016, 9:06 PM
Irmak Özgen
Irmak Özgen - avatar
2 Answers
+ 1
Usually applications deals with many number of Java class files. Then it will become very difficult in maintaining the files if they are left as it is. So they archived into single file. Uses 1. Ease of using in setting classpath 2. Security can be defined so that illegal entities can't use it jarsigning 3. Few applications uses multiple jar files therfore versioning and collaboration will be easy
5th Aug 2016, 8:00 PM
Praveen
0
Thank you for your answer!, but can you give me a little example from a real case for if i meet this concept
6th Aug 2016, 12:14 PM
Irmak Özgen
Irmak Özgen - avatar