在Java中,方法resume( )负责重新开始▁▁线程的执行

在Java中,方法resume( )负责重新开始▁▁线程的执行

A.被stop( )方法停止

B.被sleep( )方法停止

C.被wait( )方法停止

D.被suspend( )方法停止

正确答案是D