InterviewSolution
Saved Bookmarks
| 1. |
Which of these method waits for the thread to terminate?(a) sleep()(b) isAlive()(c) join()(d) stop() |
|
Answer» Correct answer is (c) join() For explanation I would say: None. |
|