Development/Java

[자바에서 sleep]

cyj4369 2011. 12. 27. 02:34
try {
     Thread.sleep(3000);
   } catch (InterruptedException e) { }