1.

Which of the following will ensure the thread will be in running state?

A. yield()
B. notify()
C. wait()
D. Thread.killThread()
Answer» D. Thread.killThread()


Discussion

No Comment Found