Multiple Choice
The Java statement:
G.fillOval(290, 100, 90, 55) ;
A) Draws a filled oval with its center at coordinates x=290, y=100, with height=90 and width=55.
B) Draws a filled oval with its leftmost point at coordinates x=290, y=100, with height=90 and width=55.
C) Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with width=90 and height=55.
D) Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with height=90 and width=55.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following is correct for
Q2: Which of the following statements about arcs
Q2: The Java statement:<br>g.draw3DRect(290, 100, 90, 55, true);
Q2: A general path is _.<br>A)a set of
Q3: Consider the Java code segment below: <br>Polygon
Q5: Method getFont of class Graphics returns _.<br>A)
Q8: Which of the following statements about the
Q8: The JColorChooser dialog allows colors to be
Q11: Consider the code segment below:<br>Int xValues[] =
Q19: The Graphics2D method(s)that determine(s)the color and texture