1.

Which of this method of Thread class is used to change the state of a thread to blocked state?

A. sleep()
B. terminate()
C. stop()
D. block()
Answer» B. terminate()


Discussion

No Comment Found