String Pool是什么意思?以下声明之间有什么区别:
String s = "hello"; String s = new String("hello");
JVM存储这两个字符串有什么区别吗?
java string
java ×1
string ×1