Static means that all members of a class share the same container for a value.
For example: a class named Family has a variable: public static int cookieJar;
When mary (an instance of Family) or...