单项选择题
如何暂停一个线程?()
A. 调用System.pauseThred函数暂停
B. 调用线程类的pauseThred函数暂停
C. 调用Runnable接口的pauseThread函数暂停
D. 调用Thred类的sleep静态函数暂停线程
点击查看答案&解析
相关考题
