码迷,mamicode.com
首页 > 编程语言 > 详细

2Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

时间:2017-06-29 01:00:14      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:div   read   nbsp   except   i++   test   ror   static   heap   

public class TestException {
    public static void main(String[] args) {
        String str = "1";
        for(int i=0;i<10000;i++) {
            str += str;
        }
    }
}

 

2Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

标签:div   read   nbsp   except   i++   test   ror   static   heap   

原文地址:http://www.cnblogs.com/BaiLaowu/p/7092195.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!