Definitions for "Bytecodes"
Platform-independent object code, intermediate between source code and platform-specific machine code.
Java compiles Java source code into bytecodes. Bytecodes are converted and run by the Java enabled browser. To the Top C Section An object oriented programming language based on the C programming language.
The set of single-byte, machine-independent instructions to which Java source code is compiled using the Java compiler.