Home » JAVA Programming » Multithreading » Question
  1. Which of these method of Thread class is used to Suspend a thread for a period of time?
    1. terminate()
    2. suspend()
    3. stop()
    4. sleep()
    5. None of these
Correct Option: D

sleep()



Your comments will be displayed only after manual approval.