内存溢出的问题内存大小有10M,请写出让内存溢出的方法?[解决办法]for example
List<int[]> list = new ArrayList<int[]>();while (true) { list.add(new int[Integer.MAX_VALUE]);}