Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

explain java coding standards for classes

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
 
PREVIOUS NEXT
Tagged: #explain #java #coding #standards #classes
ADD COMMENT
Topic
Name
2+1 =