Advertisement
Guest User

Delay with no InterruptedException

a guest
Oct 23rd, 2014
2,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.07 KB | None | 0 0
  1. for(int i = 0; i < 100 /*increase for longer wait*/; i++)
  2.     System.gc();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement