public class A { A a=new A(); public static void main(String[] args) { A a1 = new A(); } }
为什么不是堆益处,而是stackoverflow
收起
默认,栈大小比堆大小,小很多
报告相同问题?