A.繼承Thread類(lèi)的缺點(diǎn)是不能再繼承其它類(lèi)
B.實(shí)現(xiàn)Runnable接口,需要通過(guò)Thread.currentThread()方法獲取線(xiàn)程對(duì)象再進(jìn)行操作
C.繼承Thread類(lèi)的方式可以獲取線(xiàn)程執(zhí)行結(jié)果
D.實(shí)現(xiàn)Runnable接口的優(yōu)點(diǎn)是不影響繼承其它類(lèi)
A.stop()
B.suspend()
C.resume()
D.interrupt()