Static?
-
- Java adopts a certain amount of C++ terminology. A static variable is shared by all objects in that class, as opposed to an instance variable which is unique to each object. Static methods not associated with a particular object, but with the class itself.