Multiple Choice
Which of the following constructors would produce the color white?
A) Color whiteColor = new Color(0, 0, 0) ;
B) Color whiteColor = new Color(255, 0, 0) ;
C) Color whiteColor = new Color(255, 255, 0) ;
D) Color whiteColor = new Color(255, 255, 255) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A Java applet is the same as
Q2: Applets use the init method in place
Q3: JCheckBox is a subclass of the abstract
Q5: Which of the following is NOT included
Q6: You must import the package javax.swing in
Q7: JTextAreas can be used to display multiple
Q8: The R in RGB stands for Right.
Q9: Item events are handled by the interface
Q10: A mouse can generate _ different types
Q11: The paint method is used to get