Answers

  1. the Color class belongs to Sun's library.
  2. the variable named GREEN is a (static) class variable because it can be accessed without a requirement to instantiate an object of the Color class.
  3. the variable named GREEN is a public static final variable (constant) and Sun's standard convention is to represent constants with all upper-case characters.

File: cd.htm [Next] [Prev]