Horje
java coding standards for interfaces Code Example
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
java coding standards for interfaces
1) Interface should start with uppercase letters
2) Interfaces names should be adjectives
Example : Runnable, Serializable, Marker, Cloneable




Java

Related
Child inside NestedScrollView not cover full height of screen Code Example Child inside NestedScrollView not cover full height of screen Code Example
how to use advanced math in java Code Example how to use advanced math in java Code Example
vec add to text field java Code Example vec add to text field java Code Example
enum to string java Code Example enum to string java Code Example
how to write a java program for printing child or adult in java Code Example how to write a java program for printing child or adult in java Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12