郝伟show

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年2月9日

摘要: 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 阅读(277) 评论(0) 推荐(0) 编辑