Multiple Choice
Complete the following statement to construct a circle.
Graphics g;
g.____________________(x, y, width, height) ;
A) drawCircle
B) drawOval
C) fillCircle
D) DrawOval
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: What is the nickname for the graphical
Q3: Use the _ method to specify the
Q11: When drawing complex shapes, provide a(n) _
Q30: Consider the following code snippet:<br>Public static void
Q31: Which statement should be added to this
Q31: A(n) _ has an instance method addActionListener()
Q32: Which of the following statements is correct?<br>A)
Q34: To draw an ellipse, you must include
Q36: When added to the code below, which
Q39: To build a user interface that contains