[链接] http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
CONTENTS | PREV | NEXT
Code Conventions for the JavaTM Programming Language
Revised April 20, 1999
Introduction
2
3
4
5
- 5.1 Implementation Comment Formats
- 5.1.1 Block Comments
- 5.1.2 Single-Line Comments
- 5.1.3 Trailing Comments
- 5.1.4 End-Of-Line Comments
6
7
8
9 Naming Conventions
10
- 10.5.1 Parentheses
- 10.5.2 Returning Values
- 10.5.3 Expressions before `?' in the Conditional Operator
- 10.5.4 Special Comments
11
CONTENTS | PREV | NEXT
Copyright © 1995-1999, Sun Microsystems, Inc. All Rights Reserved.
