sunhoKim 2021. 7. 20. 10:56

 

Thread.sleep(1000L) = 딜레이를 1초 걸어준다.

 

ex)

 

try{

Thread.sleep(1000L);

}catch(Exception e){

 

}

}

728x90