Multiple choice What is the use of purge() method in Timer class? Terminate this Timer Schedule the specified task for execution at the specified time Remove all cancelled tasks from this timer’s task queue Remove all running tasks from this timer’s task queue Reveal answer Fill a bubble to check yourself C Correct answer Explanation The purge() method of Timer class removes all cancelled tasks from this timer’s task queue.