好好生活
  平平淡淡每一天

编辑
摘要: 1、字符串的不变性 下图展示了如下的代码运行过程: String s = "abcd";s = s.concat("ef"); 备注:String reference variable :字符串引用变量 String object:字符串对象 2、equals() 和hashCode()的关系 哈希 阅读全文
posted @ 2020-05-09 09:59 踏步 阅读(402) 评论(0) 推荐(0)