1.

Which of these methods of a Thread class is used to suspend a thread for a period of time?

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


Discussion

No Comment Found