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