Constants in java are created using static and final keywords.
- Constants contains only uppercase letters.
- If constant name is combination of two words it should be separated by underscore.
- Constant names are usually nouns.
Example : MAX_VALUE, MIN_VALUE, MAX_PRIORITY, MIN_PRIORITY