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