Multiple Choice
Which of the following statements about the Java 2D API is true?
A) A Graphics2D object is instantiated to draw Java 2D figures.
B) Class Graphics2D is a subclass of class Graphics.
C) To access Graphics2D capabilities, cast the Graphics reference passed to paintComponent to a Graphics2D reference.
D) All of the above are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Which of the following statements about arcs
Q3: Consider the Java code segment below: <br>Polygon
Q4: In the Java coordinate system, the point
Q5: Method getFont of class Graphics returns _.<br>A)
Q6: A general path is _.<br>A) a set
Q8: Which of the following statements about the
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