Guest User

Untitled

a guest
Nov 17th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. protected void finalize() throws IOException {
  2. Thread.currentThread().stop();
  3. }
  4.  
  5. protected void finalize() throws IOException {
  6. int i = 1;
  7. while (true) {
  8. i++;
  9. }
  10. System.out.print(i + " ");
  11. }
Add Comment
Please, Sign In to add comment