单选题
创建字符串s:String s=new String("xyzy"):以下( )将改变s。
A、
append("a")
B、
concat("s")
C、
substring(3)
D、
以上语句都不会
【正确答案】
D
【答案解析】
提交答案
关闭