Friday, January 17, 2014

JAR Files ?

The JAR (Java Archive)file format enables us to bundle multiple file into a single file.A jar file contains resources such as images files,audio files related to the project in them(if any).

JAR file format provides many benefits some of them listed below.

1- Security.
2- Decreased Download Time.
3- Compression.
4- Package Sealing.
5- Package Versioning.

You can find extra details how to work with them Working With JAR files

No comments:

Post a Comment