Multiple Choice
To create an arc object named halfArc that looks like the top half of a circle, you could use the ____ statement to produce identical results to the following statement: halfArc.drawArc(x, y, w, h, 0, 180) ;.
A) halfArc.drawArc(x, y, w, h, 180, 0) ;
B) halfArc.drawArc(x, y, w, h, 180, -180) ;
C) halfArc.drawArc(x, y, w, h, -180, 180) ;
D) fillArc.drawArc(x, y, w, h, 180, -180) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q32: The _ method requires four arguments and
Q41: Match each term with the correct statement
Q44: Match each term with the correct statement
Q45: BasicStroke myLine = new BasicStroke(12.0f, BasicStroke.CAP_SQUARE, BasicStroke.JOIN_ROUND);
Q47: The getFontMetrics() method can be used to
Q48: The _ method provides information about the
Q49: You use the _ method in statements
Q50: Match each term with the correct statement
Q51: import javax.swing.*;<br>import java.awt.*;<br>import java.awt.Color;<br>public class JDemo3DRectangles extends
Q63: The draw3DRect() method is used to draw