Java View all facts Glossary Help |
file > Java Archive file |
Java Archive file (jar file) | ||||
subject | fact |
Java Archive file | contains class files and a manifest file | |
has definition A collection of Java classes and other files packaged into a single file | ||
has advantage when an applet is run, only one file needs to be downloaded from the web server instead of separate files for each class, image, audio file needed by the applet | ||
has purpose to consolidate class files into a single file for more compact storage , distribution , and transmission | ||
is a subtopic of How Java Works | ||
is abbreviated as jar file | ||
is created using the jar tool | ||
is supported by versions 4.0 and higher of Netscape Navigator and Microsoft Internet Explorer | ||
is a kind of file | ||
may be compressed | ||
file | is the smallest unit of source code that can be compiled |