Which Of These Method Waits For The Thread To Terminate #875
Which of these method waits for the thread to terminate?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Multithreading - isAlive(), Join() & Thread Synchronization in Java - Quiz No.1.
Which of these method waits for the thread to terminate?
sleep()
isAlive()
join()
stop()