bytecode
All > Technology > Programming > Java
- Java source files are translated by a compiler into bytecodes - the instruction set of the Java Virtual Machine (JVM). Bytecodes are stored in
.classfiles.
David J. Barnes - Cite This Source - This Definition - Machine-independent code generated by the Java compiler and executed by the Java interpreter.
Sun Microsystems - Cite This Source - This Definition - interpreter, Java Virtual Machine (JVM), Just-in-time (JIT) Compiler, Linker, runtime system, Xalan, XSLTC
Also listed in:
- All > Technology > Programming > Perl