摘要: 1 public class TestOutOfBound { 2 public static void main(String[] args) { 3 4 System.out.println(Integer.MAX_VALUE-(-Integer.MAX_VALUE)); //内存溢出 ... 阅读全文
posted @ 2015-06-08 19:24 45°的视角 阅读(1557) 评论(0) 推荐(0)