A.直接調(diào)用run()方法不會開啟新線程 B.線程只能啟動一次 C.run()方法通常不會直接調(diào)用 D.線程執(zhí)行結(jié)束后才能再次啟動
A.interrupt() B.currentThread() C.sleep() D.interrupted()