Java View all facts Glossary Help |
code > executable code > bytecode |
bytecode comparison table |
Subject | have purpose | run on | is a kind of | be | store in | design to | has definition |
---|---|---|---|---|---|---|---|
executable code | code | Code that can be executed by a computer | |||||
bytecode | to make possible "write once, run anywhere" | any computer with an implementation of the Java Virtual Machine specification | executable code | like a universal machine language | class files ending with the .class suffix, or in libraries ending with .jar | be read by human beings | Machine-independent code generated by the Java compiler and executed by the Java interpreter |
Up: executable code