Which of this method can be used to make the main thread to be executed last among all the threads?
(a) stop()
(b) sleep()
(c) join()
(d) call()
This question was posed to me in exam.
My query is from isAlive(), Join() & Thread Synchronization topic in portion Multithreading of Java