Generics terms and naming conventions makes the generics code easy to understand.
Generics terms:
Generic naming conventions:
- T : It represents type.
- E : It represents element.
- K – It represents keys.
- V – It represents values.
- N – It represents numbers.
Next Topic: Compile time checking test.
Previous Topic: Generics in java.