Java Reference
In-Depth Information
Prescription: Avoid obscuring. Obey the naming conventions.
References: Puzzles 68 and 69 ; [JLS 6.3.2, 6.5.2, 6.8] and [EJ Item 38].
9.6. A method with the same name as its class looks like a constructor
Prescription: Obey the naming conventions.
References: Puzzle 63 ; [JLS 6.8] and [EJ Item 38].
9.7. Programs that reuse platform class names are difficult to
understand
Prescription: Avoid reusing platform class names, and never reuse class names from java.lang .
References: Puzzle 67 .
< Day Day Up >
 
 
Search WWH ::




Custom Search