Java View all facts Glossary Help |
code > source code |
source code comparison table |
Subject | use | make | consist of | interpret | has definition | store in | has part | is a subtopic of | is a kind of | place inside | write in |
---|---|---|---|---|---|---|---|---|---|---|---|
code | Computer programming instructions | kbTop | |||||||||
source code | consistent code layout principle | completely obvious without comments | between about 25% and 50% comments | Code that is written by a person | files ending with the .java suffix | comment | How Java Works | code | a class | lines no longer than 80 characters so that readers do not have to scroll right, and so that the code always prints correctly |
Next code: executable code Up: code