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()

For EXPLANATION I would SAY: NONE.



Discussion

No Comment Found

Related InterviewSolutions