单项选择题

创建字符串s:String s=new String("xyzy"):以下( )将改变s。

A.append("a")
B.concat("s")
C.substring(3)
D.以上语句都不会