Which of these method waits for the thread to terminate?
(a) sleep()
(b) isAlive()
(c) join()
(d) stop()
This question was addressed to me in my homework.
My enquiry is from isAlive(), Join() & Thread Synchronization topic in division Multithreading of Java