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 are synchronized methods and synchronized statements?
What are the various thread priorities?
difference between applicationserver and webserver
Why is string immutable in java?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What is the argument type of a programs main() method?
What is difference RMI registry and OSAgent?
If your ui seems to freeze periodically, what might be a likely reason?
java is fully object oriented languages or not? why?
What is checkpoint? How to create checkpoints in our java projects?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
what is heepStored?