![]() |
subject > representation > code |
![]() ![]() | |||||||||||
code comparison table |
Subject | use | make | consist of | has definition | be | store in | run on | has part | design to | is a subtopic of | write in |
---|---|---|---|---|---|---|---|---|---|---|---|
bytecode | like a universal machine language | any computer that has an interpreter called a virtual machine | be read by human beings | The Basics of Java | |||||||
glue code | Code that is written to connect reused commercial off-the-shelf applications | 3.1 - Reuse: Building on the Work and Experience of Others | a scripting language | ||||||||
machine code | The Basics of Java | ||||||||||
source code | consistent layout style | completely obvious without comments | between about 25% and 50% comments | source file | line of code | The Basics of Java | lines no longer than 80 characters so that readers do not have to scroll right, and so that the code always prints correctly |
Next representation: coding technique Up: representation Previous representation: abstraction