Java View all facts Glossary Help |
| code |
| code comparison table | |||||||||
| Subject | use | make | consist of | interpret | has definition | store in | has part | place inside | write in |
|---|---|---|---|---|---|---|---|---|---|
| executable code | Code that can be executed by a computer | ||||||||
| 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 | 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 kbTop: coding scheme Up: kbTop Previous kbTop: CLASSPATH environment variable