试题详情

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

A被stop( )方法停止

B被sleep( )方法停止

C被wait( )方法停止

D被suspend( )方法停止