摘要: 1、String类是final类,即String类不能被继承,并且它的成员方法都默认为final方法。 2、对String对象的任何改变都不影响到原对象,相关的任何change操作都会生成新的对象。 3、String str="hello world" 和 String str=new String 阅读全文
posted @ 2018-10-23 21:06 仄平Z 阅读(131) 评论(0) 推荐(0)