📜  类的 java 编码标准 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:25.293000             🧑  作者: Mango

代码示例1
It is recommended highly to follow java coding standards.
Classnames should start with uppercase letter. Classnames names should be nouns.
If Class name is of multiple words then the first letter of inner word must be 
capital letter.
Ex : Employee, EmployeeDetails, ArrayList, TreeSet, HashSet