Revised April 20, 1999
1 Introduction
2 File Names- 2.1 File Suffixes
- 2.2 Common File Names
3 File Organization- 3.1 Java Source Files
- 3.1.1 Beginning Comments
- 3.1.2 Package and Import Statements
- 3.1.3 Class and Interface Declarations
4 Indentation- 4.1 Line Length
- 4.2 Wrapping Lines
5 Comments- 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
- 5.2 Documentation Comments
6 Declarations- 6.1 Number Per Line
- 6.2 Initialization
- 6.3 Placement
- 6.4 Class and Interface Declarations
7 Statements
8 White Space- 8.1 Blank Lines
- 8.2 Blank Spaces
9 Naming Conventions
10 Programming Practices- 10.1 Providing Access to Instance and Class Variables
- 10.2 Referring to Class Variables and Methods
- 10.3 Constants
- 10.4 Variable Assignments
- 10.5 Miscellaneous Practices
- 10.5.1 Parentheses
- 10.5.2 Returning Values
- 10.5.3 Expressions before `?' in the Conditional Operator
- 10.5.4 Special Comments
11 Code Examples
'java core' 카테고리의 다른 글
Threads from aritma (0) | 2005.02.12 |
---|---|
Reference object model from java world (0) | 2005.01.28 |
Garbage collection from javaworld (0) | 2005.01.28 |
J2ME쪽 JSR모음 (0) | 2005.01.24 |
Java 코딩 지침 (0) | 2005.01.24 |