Multiple Choice
The fact that class Graphics is abstract contributes to Java's portability because ________.
A) drawing is performed differently on every platform that supports Java. A subclass of Graphics must be created that uses the drawing capabilities of the current platform.
B) objects of non-abstract classes can only be instantiated on the Windows platform.
C) drawing should not be performed on non-Linux platforms.
D) Class Graphics is not abstract.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which of the following are valid Java
Q10: Which of the following statements is false?<br>A)
Q11: The JColorChooser dialog allows colors to be
Q12: Class FontMetrics declares methods that can be
Q13: GeneralPath method lineTo _.<br>A) draws a line
Q14: Consider the code segment below:<br> int xValues[]
Q15: The Java statement:<br>G.draw3DRect(290, 100, 90, 55, true);<br>A)
Q16: The Java statement:<br>G.fillOval(290, 100, 90, 55);<br>A) Draws
Q18: Which of the following properly create and
Q19: The Graphics2D method(s) that determine(s) the color