Multiple Choice
Given Graphics object graph, which of the following draws a circle with a radius of 50, at X = 20, Y = 30?
A) graph.drawCircle(50) ;
B) graph.drawCircle(50, 50, 20, 30) ;
C) graph.drawOval(50, 50) ;
D) graph.drawOval(20, 30, 50, 50) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: Which of the options in the accompanying
Q33: To draw a rectangle filled with the
Q34: The graphic in the accompanying figure is
Q35: When you type a regular alphanumeric key,
Q36: Does an applet compile like any other
Q38: Clicking on a JCheckBox generates an item
Q39: Which of the following methods does the
Q40: Which menu will appear first if it
Q41: The layout manager FlowLayout places components in
Q42: An applet invokes the methods start, init,