Answer Posted / 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 |
Post New Answer View All Answers
Brief description about local interfaces?
What is a modular application?
Can I run seam outside of jboss as?
Define aop(assepct oriented programing)?
Explain about local interfaces.
How to pass parameters in RMI?
What is the difference between java class and bean?
What event results from the clicking of a button?
Explain RMI Architecture?
Why are some of the class and element names counter-intuitive?
What is the difference between ear, jar and war file?
What are the types of scaling?
Describe activation process?
What are the pros and cons of detached objects?
What is the purpose of the notify() method?