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 |
whats is mean by filter?
Describe, in general, how java's garbage collector works?
I wantr to know, How many number of users logged in to website? can any one answer
How are commas used in the intialization and iteration parts of a for statement?
In HashTable I am storing null value..then what is the error it will show
Can you give me a simple example of using the requiredif validator rule?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is a policy?
What is codebase in applet?
To what value is a variable of the string type automatically initialized?
Which component handles cluster communication in jboss?
Where can I find seam examples and documentation?