程序运行内存分析

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
相关文章
相关标签/搜索