Usually, interface names should be adjectives starting with an uppercase letter. The Java Coding Standard is based on the Java language coding conventions.
The Java Coding Standard is based on the Java language coding conventions.
- The interface should start with uppercase letters
- Interfaces names should be adjectives
- Example: Runnable, Serializable, Marker, Cloneable