List,。
Identifiers must be descriptive, i.e. must self-document. The only exception granted is in the case of a “for variable”, that is a variable created as a simple counter as in the control variable in a “for” loop statement.
Indention of all code blocks (compound statements, anything in braces), including single statements following selection or while statements, is required. NetBeans will do this fairly automatically as you type if your syntax is correct. In NetBeans, ALT-SHIFT-F will reformat a whole file if your syntax is correct.
The main “.java” file [the one with the method public static void main(String[] args)] of your project must contain this minimal documentation.