【1】直接使用,无需导包
【2】形象的说一下字符串:
【3】
All
* string literals in Java programs, such as {@code "abc"}, are
* implemented as instances of this class.
String str=“abc”
“abc”就是String类下面具体的一个对象
【4】字符串是不可变的???
【5】String不能被继承,也就没有任何子类了
【6】String底层是一个char类型的数组
验证:
标签:abc,String,子类,本质,code,字符串 From: https://www.cnblogs.com/jeldp/p/16799639.html