Multiple Choice
In the code below, write a statement that sets the graphic to green.
A) g2.setColor(GREEN) ;
B) g2.SetColor(0, 255, 0) ;
C) g2.setColor(Color.GREEN) ;
D) g2.setColor("GREEN") ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q72: A(n) _ is a collection of classes
Q73: Complete the following statement, which constructs an
Q74: Which of the following represents a method
Q75: Which statement calls a constructor with no
Q76: Which statement about identifiers is correct?<br>A)Identifiers are
Q77: Which of the following statements about methods
Q79: If greeting is a String object, which
Q80: Assuming that the variable count has been
Q81: Which of the following statements about classes
Q82: What is the name of the type