JavaSE之三個特殊類(一、String類)

String類的兩種實例化方式  (1)、直接賦值: public class Test1{ public static void main(String[] args) { String str = "hello"; // str是一個對象,「hello」應該保存在堆中 System.out.println(str); } } 在JVM底層實際上會
相關文章
相關標籤/搜索