Multiple Choice
Following is the API for one of the schedule methods of the Timer class:
Void schedule( TimerTask task, long d, long p )
What do d and p represent?
A) They represent two resources.
B) The task will start after d milliseconds; the task will run every p milliseconds.
C) The task will start after p milliseconds; the task will run every d milliseconds.
D) The task will last d milliseconds and will stop after p milliseconds.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: To create a SoundPool object, we first
Q18: How do we access the width of
Q19: Once a Timer has started a task,
Q20: c is a Canvas object reference, and
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
Q27: The Paint class supports anti-alias drawing.