CS202 Java-64
More Definitions
lClass method A method that belongs to a class rather than it object instances; has modifier static
l   Date.setDefaultFormat(Date.MONTH_DAY_YEAR);
l
lClass field A field that belongs to a class rather than its object instances; has modifier static
l    Will cover class fields in later chapters