Home » JAVA Programming » Multithreading » Question
  1. Which of these method waits for the thread to terminate?
    1. stop()
    2. join()
    3. isAlive()
    4. sleep()
    5. None of these
Correct Option: B

join()



Your comments will be displayed only after manual approval.