String(字符串).
final类:不可被继承,不可变的字符序列
支持序列化
可以比较大小
字符串是常量,用双引号表示,其值不可更改(String a = “1”; ==> String a = “12”; 这个不叫更改字
2020-08-07