Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. String [] max;
  2. int i = 15444000;
  3. while(true){
  4. try{
  5. max = new String[i];
  6. System.gc();
  7. Thread.sleep(10);
  8. }catch(InterruptedException e){}
  9. i += 1;
  10. System.out.println(i);
  11. }
  12.  
  13. int i = 15444000;
  14.  
  15. int i = 15444037; // or any i between 15444037 and 15444002
Add Comment
Please, Sign In to add comment