Answers
- the Color class belongs to Sun's library.
- 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.
- 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.