第八章 Java常用类 第三节 字符串相关类

字符串(1) String --Java中使用频率最高的类 --是一个不可变对象,加减操作性能较差 --以下方法需要牢记:charAt, concat, contains, endsWith, equals, equalsIgnoreCase, hashCode, indexOf, length                                    matches, replace
相关文章
相关标签/搜索