Transcription of Java Code Conventions - Oracle
{{id}} {{{paragraph}}}
JavaCode ConventionsSeptember 12, 1997iiPleaseRecycleCopyright Information 1997, Sun Microsystems, Inc. All rights Garcia Avenue, Mountain View, California 94043-1100 document is protected by copyright. No part of this document may be reproduced in any form by any meanswithout prior written authorization of Sun and its licensors, if information described in this document may be protected by one or more patents, foreign patents, orpending , Sun Microsystems, Sun Microelectronics, the Sun Logo, SunXTL, JavaSoft, JavaOS, the JavaSoft Logo, java ,HotJava Views, HotJJavaChips, picoJava, microJava, UltraJava, JDBC, the java Cup and Steam Logo, Write Once.
Each Java source file contains a single public class or interface. When private classes and ... All source files should begin with a c-style comment that lists the programmer(s), the date, a copyright notice, and also a brief description of the purpose of the program. For example: /* * Classname * * Version info *
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}