본문 바로가기

개발관련/기록

[Java Thread] sleep 매서드는 정적매서드이다.

728x90

 

 

 

 

 

따라서 Thread.sleep() 으로 사용하는 것이 바람직하다.

 

 

 

 

https://docs.oracle.com/javase/7/docs/api/java/lang/Thread.html

 

Thread (Java Platform SE 7 )

Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group, and has the specified stack size. This constructor is identical to Thread(ThreadGroup,Runnable,

docs.oracle.com

 

'개발관련 > 기록' 카테고리의 다른 글

cpu는 어떻게 작동할까  (0) 2022.11.27
Flux 패턴  (0) 2022.11.14
spring 스프링 개발환경 세팅 링크 사이트  (0) 2022.11.08
스프링 spring /사이트  (0) 2022.11.01
[html/css] variable 한글로 사용이 가능하다  (0) 2022.05.24