Java   View all facts   Glossary   Help
code > executable code > bytecode
Upexecutable code

bytecode
subjectfact 
bytecodecan be run on any computer with an implementation of the Java Virtual Machine specificationadded by: DS, source: Sun Java Tutorial, modified by: JK, 2001-10-19 11:36:14.0
has definition Machine-independent code generated by the Java compiler and executed by the Java interpreteradded by: JK, source: Sun Java Tutorial, reference: Glossary, 2001-10-19 11:36:14.0
has purpose to make possible "write once, run anywhere"added by: DS, source: Sun Java Tutorial, 2001-10-19 11:36:14.0
is like a universal machine language    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:14.0
is a subtopic of How Java Works2001-10-19 11:36:14.0
is not designed to be read by human beings    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:14.0
is stored in class files ending with the .class suffix, or in libraries ending with .jar    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:15.0
is a kind of executable codeadded by: JK, 2001-10-19 11:36:15.0