• 2022-06-28
    方法 resume( ) 负责重新开始哪个线程的执行?( )
    A: 被 stop( ) 方法停止的线程
    B: 被 sleep( ) 方法停止的线程
    C: 被 wait( ) 方法停止
    D: 被 suspend( ) 方法停止