What is daemon thread?
Answers were Sorted based on User's Feedback
Answer / janet
daemon thread is a low priority thread which runs
intermittently in the back ground doing the garbage
collection operation for the java run time system.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manikandan [ gtec,vellore ]
what said above is correct and it can b created by using
method setDemon()
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vikki
daemon threads are created by the JVM unlike normal threads
which are created by the user.
The daemon threads provides services to the user-created
threads and they run in the background.
Hence to set them u have to write threadname.setDaemon
(true) and to check whether a thread is a daemon thread or
not you write isDaemon().
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between the session.get() method and the session.load() method?
why we use main in java?
What is the immediate superclass of the applet class?
What are the advanatages of RMI ?
whats is stored procedure,joins
How to do registration form using struts and hibernate?
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
What method MUST be implemented by all threads?
What is meant by Superconductivity?
Wt is the main difference between Java and Java J2EE and Advanced java?
Why is string immutable in java?
Why are some of the class and element names counter-intuitive?