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
.class
files.Machine-independent code generated by the Java compiler and executed by the Java interpreter.
- Browse Related Terms: bytecode, classpath, compilation, compilation unit, compiler, edit-compile-run cycle, interpreter, Java Virtual Machine (JVM), JavaSafe, Just-in-time (JIT) Compiler, lexical, linker, Obfuscation, punctuation, runtime system, single line comment, Unicode
Also listed in:
- All > Technology > Programming > Perl