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 |
Which containers use a border layout as their default layout?
In howmany ways a thread can be created?
whats is mean by filter?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is message driven beam?
Why are my checkboxes not being set from on to off?
what is the difference between System.out.println and out.println in java
whats is mean by class.forName() whats the return type of class
life cycle of an applet?
How can I scroll through list of pages like the search results in google?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
difference between sql exception class and sql warning class