Java字符串池是什么?“s”與新字符串(“s”)有何不同?何謂字符串池?以下聲明之間有什么區別:String s = "hello";String s = new String("hello");JVM存儲這兩個字符串有什么區別嗎? 查看完整描述