String s = 「Hello「;和String s3 = new String(「Hello「);的區別

String s = new String(「hello」)和String s = 「hello」;的區別? 1.前者創建兩個對象,或者創建一個對象, String s1 = new String(「hello」);在堆內存中創建了一個對象 在方法區中的字符串常量池中創建了一個」hello」常量值, 地址0x001; 指向new String(); new String()本身就是new出來的,所
相關文章
相關標籤/搜索