Is garbage collector a daemon (background) thread?
Thanks.
|
|
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's not a thread from a |
|||||
|