what is a Daemon Thread?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sachin kumar
The Threads those gets automatically stopped when Java
virtual machine gets off, are called Daemon Threads.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is runnable?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
what is the Remote Stub?
explain session tracking. why we used it
How primary key is implemented in Oracle?
Explain about RMI Architecture?
difference between HashMap, Hashset and hashTable?
Which class is the immediate superclass of the menucomponent class?
Brief description about local interfaces?
Write a program to show synchronization?
whats is stored procedure,joins
What is RMI Registry?
6 Answers Siemens, United Software Solutions,