垃圾收集器是守护程序线程吗? [英] Is garbage collector a daemon thread?

查看:95
本文介绍了垃圾收集器是守护程序线程吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

垃圾收集器是守护程序(后台)线程吗?

Is garbage collector a daemon (background) thread?

谢谢.

推荐答案

我假设是的,垃圾收集器线程是守护程序线程.守护程序线程是一个低优先级线程,它在后台间歇运行,以进行垃圾收集操作或对Java运行时系统的其他请求.

I will assume yes, Garbage collector thread is a daemon thread. Daemon thread is a low priority thread which runs intermittently in the back ground doing the garbage collection operation or other requests for the java runtime system.

这篇关于垃圾收集器是守护程序线程吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆