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 synchronization?
What is codebase in applet?
whats is mean by jndi
How can a dead thread be restarted?
To what value is a variable of the string type automatically initialized?
How to deploy Jar, War files in J2EE?
what are JSP tags? what is difference between include action and directory?
whats is stored procedure,joins
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
How to add new JTabbed pane?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
java is fully object oriented languages or not? why?