The static Modifier
A field declared static is allocated once and shared between all instances of an object class.
The static modifier is used for methods that access no variables except their own formal parameters, local variables, and any class fields declared static.