[Oracle interview]What is daemon thread and which method is used to create the daemon thread?
Daemonthread is a low priority thread which runs intermittently in the back grounddoing the garbage collection operation for the java runtime system. setDaemonmethod is used to create a daemon thread.
页:
[1]