Which Of This Method Can Be Used To Make The Main Thread To Be #872
Which of this method can be used to make the main thread to be executed last among all the threads?
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 this method can be used to make the main thread to be executed last among all the threads?
stop()
sleep()
join()
call()