1Constants in java are created using static and final keywords.
21) Constants contains only uppercase letters.
32) If constant name is combination of two words it should be separated
4by underscore.
53) Constant names are usually nouns.
6Ex:MAX_VALUE, MIN_VALUE, MAX_PRIORITY, MIN_PRIORITY