Java View all facts Glossary Help |
file > class file |
class file | ||||
subject | fact |
class file | can have a pathname that is different from the source pathname | |
contains bytecode | ||
has definition A file that contains Java bytecodes | ||
has file name extension .class | ||
has purpose to hold the compiled code of a program | ||
is a subtopic of How Java Works | ||
is a kind of file | ||
must be executed by a Java Virtual Machine | ||
must have a name that is the same as the source (Java) name except for the extension .class | ||
file | is the smallest unit of source code that can be compiled |