String Pool存放在Java Heap區的記憶體位置。 請觀察以下。 String s1 = "hello world"; String s2 = "hello world"; String s3 = new String(" ...
確定! 回上一頁