OutOfMemoryError

在jvm出現的場所: 除了程序計數器以外都可能會出現 設置jvm的參數 1.java堆內存溢出 public class test { public static void main(String args[]) { List<test> list =new ArrayList<test>(); int i=0; while(true) { list.add(new test
相關文章
相關標籤/搜索