字符串操作是我们以后工作中非常常用的操作. 使用起来都非常简单方便, 一定要使用熟练.指的注意的点:(一共四篇,这是最后一篇)1. 字符串的比较, ==, equals, compareTo 之间的区别.2. 了解字符串常量池, 体会 "池" 的思想.3. 理解字符串不可变4. split 的应用场景5.
I think that most experienced Java developers are aware of many of the many characteristics of the Java String that make it a little different than other objects. One particular nuance of the Java ...