java
java 에서 sleep 처리
een
2007. 2. 1. 15:26
try{
Thread.sleep(190);
}
catch(InterruptedException e){
System.out.println("Sleep Interrupted");
}