Matching Schedule Methods

Report a typo

Match each method with the best descriptor of its functionality.

Match the items from left and right columns
schedule(TimerTask task, Date time)
schedule(TimerTask task, Date time, long period)
schedule(TimerTask task, long delay)
schedule(TimerTask task, long delay, long period)
Run a timer task after a specified delay, then repeat at a fixed interval
Run a timer task once at a specified delay from when it is created
Run a timer task once at a specified date
Start a timer task at a specified date, then repeat at a fixed interval
___

Create a free account to access the full topic