Answer Posted / guest
Threads that work in the background to support the runtime
environment are called daemon threads. For example, the
clock handler thread, the idle thread, the screen updater
thread, and the garbage collector thread are all daemon
threads. The virtual machine exits whenever all non-daemon
threads have completed. The daemon threads are then all
automatically stopped when the JVM shuts down.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is jboss?
Can I use multiple html form elements with the same name?
What is glasgow?
What are the different class loaders used by jvm?
Is jvm a overhead?
How to deploy Jar, War files in J2EE?
What is a sessionfactory? Is it a thread-safe object?
what is a non-repeatable read?
What are the different approaches to represent an inheritance hierarchy?
Will the general public have access to the infobus apis?
Explain what is orm?
Name three component subclasses that support painting?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is the purpose of the notify() method?
Which class is the immediate superclass of the menucomponent class?