Solved

Following Is the API for One of the Schedule Methods

Question 26

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions