Solved

Which of the Following Statements About the Java 2D API

Question 7

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:

verifed

Verified

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

Related Questions