Table of Contents
    Short for Java Archive, a file format used to bundle all components required by a Java applet. JAR files simplify the downloading of applets since all the components (.class files, images, sounds, etc.) can be packaged into a single file. In addition, JAR supports data compression, which further decreases download times.

    By convention, JAR files end with a .jar extension.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%