Static Modifier
•static method – a class method that can only be accessed through the class name, and does not have an implicit this reference. •static field – A field that can only be accessed through the class name.  There is only 1 field no matter how many instances of the class there are.