๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

๋นˆ ๊ตฌ๋ฉ ์ฑ„์šฐ๊ธฐ

[Java] Daemon thread

beginnersbook.com/2015/01/daemon-thread-in-java-with-example/

 

Daemon thread in Java with example

Daemon thread is a low priority thread (in context of JVM) that runs in background to perform tasks such as garbage collection (gc) etc., they do not

beginnersbook.com

- JVM ํ™˜๊ฒฝ์—์„œ ์šฐ์„ ์ˆœ์œ„๊ฐ€ ๋‚ฎ์€ ์“ฐ๋ ˆ๋“œ๋กœ ๋ฐฑ๊ทธ๋ผ์šด๋“œ์—์„œ ๋Œ์•„๊ฐ„๋‹ค.

-๋ฐ๋ชฌ ์Šค๋ ˆ๋“œ๊ฐ€ ๋Œ์•„๊ฐ€๊ณ  ์žˆ๋Š” ์ค‘์ด์–ด๋„ JVM์€ ์ƒ๊ด€ํ•˜์ง€ ์•Š๊ณ  ๋ฐ๋ชฌ ์Šค๋ ˆ๋“œ๋ฅผ ์ข…๋ฃŒ์‹œํ‚ค๊ณ  JVM ์ž์‹ ๋„ ์ข…๋ฃŒ์‹œํ‚จ๋‹ค.