Multiple Choice
c is a Canvas object reference, and p is a Paint object reference. What is the only valid statement?
A) p.drawCircle( 45, 50, 10, c) ;
B) c.drawCircle ( 10, p) ;
C) c.drawCircle( 45, 50, p) ;
D) c.drawCircle( 45, 50, 10, p) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The decodeResource method of the BitmapFactory class
Q16: The _ package contains classes to draw
Q17: To create a SoundPool object, we first
Q18: How do we access the width of
Q19: Once a Timer has started a task,
Q21: What method of the TimerTask class do
Q22: It is possible to move a line
Q23: A Point is defined by _ integer
Q24: Both the invalidate and the postInvalidate methods
Q25: Following is the API for the drawArc