Solved

Which Import Statement Allows for the Use of the Rectangle

Question 11

Multiple Choice

Which import statement allows for the use of the Rectangle class?


A) import java.geom.Rectangle2D;
B) import java.geom.Rectangle;
C) import java.geom.RectangularShape;
D) import java.awt.Rectangle;

Correct Answer:

verifed

Verified

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

Related Questions