Multiple choice Which of the following methods of Thread class waits for a thread to terminate? isAlive() join() run() sleep() start() Reveal answer Fill a bubble to check yourself B Correct answer Explanation This method of Thread class waits for a thread to terminate.