Solved

You Can Instruct a Graphics Object Named G to Produce Green

Question 35

Multiple Choice

You can instruct a Graphics object named g to produce green output by using which of the following statements?


A) g.makeColor(Color.GREEN) ;
B) g.makeColor(GREEN.Color) ;
C) g.setColor(Color.GREEN) ;
D) g.setColor( GREEN. Color) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions