问题详情
下列()方法和resume()方法相互搭配,使线程停止执行,然后调用resume()方法恢复线程。
A.interrupt()
B.stop()
C.suspend()
D.yield()
请帮忙给出正确答案和分析,谢谢!