Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > code > source code > Java source code
Next source codeC++ source code    Upsource code

Java source code
subjectfact 
Java source codeis a subtopic of The Basics of Java2001-08-30 14:56:20.0
is interpretedlink: chapter2section2.8.html#510, 2001-08-30 14:56:20.0
is stored in files ending with the .java suffixlink: chapter2section2.8.html#507, 2001-08-30 14:56:21.0
is a kind of source code2001-08-30 14:56:21.0
must be placed inside a classlink: chapter2section2.8.html#756, 2001-08-30 14:56:21.0
source codecannot always be made completely obvious without comments2001-08-30 14:57:44.0
has part comment2001-08-30 14:57:44.0
has part line of code2001-08-30 14:57:44.0
should be written in lines no longer than 80 characters so that readers do not have to scroll right, and so that the code always prints correctly2001-08-30 14:57:44.0
should consist of between about 25% and 50% comments2001-08-30 14:57:44.0
should use consistent layout style2001-08-30 14:57:44.0