Class file

From Free net encyclopedia

Class files contain bytecodes for the Java Virtual Machine. They are normally produced by a compiler for the Java programming language.

A Java interpreter can then read these files and execute the code contained within.

See class (file format).