Definitions for "CLASS file"
a configuration file that specifies how to partition the disks
The Java executable file produced when source code has been compiled. A class file must be converted into a CAP file before it can be executed on a Java Card.
A file that contains a compiled class, usually with a .class extension. See also class name, classpath. Normally referred to in terms of its location in the filesystem, as in .../com/myDomain/myPackage/myClass. class loader. A Java component responsible for loading Java class es, according to specific rules.
Keywords:  complicated, little, expect, you
a little more complicated than you might expect