下列程序的運(yùn)行結(jié)果()。
A.IOException! B.IOException!Exception! C.FileNotFoundException!IOException! D.FileNotFoundException!IOException!Exception!
以下程序段的輸出結(jié)果為:()。
A.false,false B.false,true C.true,false D.true,true
A.對(duì)String對(duì)象的任何改變都不影響到原對(duì)象,相關(guān)的任何change操作都會(huì)生成新的對(duì)象 B.StringBuffer是線程安全 C.StringBuilder是線程安全 D.可以修改StringBuilder和StringBuffer的內(nèi)容