摘要:
1. The test java code:package com.haowei.oom;import com.haowei.Util;import java.util.ArrayList;public class OOM { public static void stringInternOOM(){ int counter = 1; try{ int max = Integer.MAX_VALUE; ArrayList list = new ArrayList(); for(int i=0;i... 阅读全文
posted @ 2012-02-09 09:57
郝伟show
阅读(284)
评论(0)
推荐(0)
浙公网安备 33010602011771号