InterviewSolution
Saved Bookmarks
| 1. |
Which of these method waits for the thread to terminate?(a) sleep()(b) isAlive()(c) join()(d) stop()This question was addressed to me in my homework.My enquiry is from isAlive(), Join() & Thread Synchronization topic in division Multithreading of Java |
|
Answer» Correct ANSWER is (C) join() |
|