[單項選擇題] 指出下列程序運行的結(jié)果 ( ) public class ExampleString str=new String("good");cha
2021-07-20
[單項選擇題] 指出下列程序運行的結(jié)果 ( )
public class Example
String str=new String("good");
char[]ch=’a’,’b’,’c’;
public static void main(String args[])
Example ex=new Example();
ex.change(ex.otr,ex.ch);
System.out.print(ex.str+"and");
System.out.print(ex.ch);
public void change(String str,char ch[])str="test ok";
ch[0]≈’g’;
A.good and abc
B.good and gbc
C.test ok and abc
D.test ok and gbc
正確答案:B
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。