String s =
"Java"
;
s =
"HTML"
String不是final修饰,值是不可变的,解释
原文:https://www.cnblogs.com/lxh520/p/8203427.html