程序運行內存分析

public class Doll{ String name; public void Doll(String name){ this.name=name; } public static void main(String[] args) { Doll doll1= new Doll("貝貝"); Doll doll2= new Doll("晶晶"); Doll doll3=doll1; Syst
相關文章
相關標籤/搜索