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 a convertor?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What are the different methods of identifying an object?
How messaging services are done, before release of JMS?
important features of java which differenciate it from c++
What is aop(assepct oriented programing)?
What is the difference between the session.update() method and the session.lock() method?
What is glasgow?
What is colon_pkg_prefixes and what is its use?
What is the map interface?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
Will the general public have access to the infobus apis?