Class file

From Free net encyclopedia

Revision as of 01:10, 15 March 2006; view current revision
←Older revision | Newer revision→

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).