CAB, short for cabinet, is a technology for compression and distribution of files. When used for Java applets, the CAB file serves as a single, compressed repository for all .class files and all audio and image data required by the applet. Only the CAB file is downloaded, so the time of download is whatever it takes to negotiate the transfer and download the compressed bytes. Once downloaded, the contents of the CAB file are extracted and installed.
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.