[單項(xiàng)選擇題] 關(guān)于以下程序段的執(zhí)行結(jié)果,說法正確的是( )。 public class borley extends Thread ( public sta
2021-07-20
[單項(xiàng)選擇題] 關(guān)于以下程序段的執(zhí)行結(jié)果,說法正確的是( )。 public class borley extends Thread ( public static void main(String argv[]) { borley b=new borley(); b.start(); } public void run() { System.out.println( "running" ); } }
A.編譯通過并執(zhí)行,但無輸出
B.編譯通過并執(zhí)行,輸出:running
C.產(chǎn)生錯誤,沒有thread類對象
D.產(chǎn)生錯誤,沒有通道到達(dá)thread包
正確答案:B
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。