Showing posts with label join(). Show all posts
Showing posts with label join(). Show all posts

Thread join()

Basically Thread.join() method allows one thread to wait for the completion of another thread. Suppose if a Thread "A" is running and when we call A.join(), causes the current thread to halt its execution...