Java View all facts Glossary Help |
code > executable code |
executable code comparison table |
Subject | have purpose | run on | is a kind of | be | is a subtopic of | store in | design to | has definition |
---|---|---|---|---|---|---|---|---|
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 | How Java Works | 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 |
Next code: source code Up: code