Constants,”- are final class variables declared within a class, outside any method, with the final keyword- can be accessed from inside any method, constructor or code bloc of that particular class- all upper case letters and two words should be separated by a _- E.G. : TAG_NUMBER
BREED”