1

for (;;){
            i=i+1;
            String s = String.class.getDeclaredConstructor().newInstance();
//            System.out.println(i);
            if (i>1000000){
                System.out.println(i);
                break;
            }

        }

 

for (;;){
            i=i+1;
            String s = String.class.getDeclaredConstructor().newInstance();
//            System.out.println(i);
            if (i>1000000){
                System.out.println(i);
                break;
            }

        }

 

上一篇:面向老板的需求管理系统


下一篇:Jira8.5 for Windows 安装&使用