Home » JAVA Programming » Object & Classes » Question
  1. Which of these classes can schedule task for execution in future?
    1. Timer
    2. Observer
    3. Thread
    4. System
    5. None of these
Correct Option: A

Timer and TimerTask are the classes that support the ability to schedule tasks for execution at some future time.



Your comments will be displayed only after manual approval.