Answer Posted / 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 |
Post New Answer View All Answers
Where we can write Rmi registry in the code, without having to write it at the command prompt?
How can I scroll through list of pages like the search results in google?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the difference between a static and a non-static inner class?
Explain how will the struts know which action class to call when you submit a form?
What is message driven beam?
Have you used threads in Servelet?
What is colon_pkg_prefixes and what is its use?
Do I need to import javlang package any time? Why ?
Where can I find seam examples and documentation?
What is the difference between RMI registry and OS Agent?
What is the difference between RMI and Corba?
Can I run seam with jdk 1.4 and earlier?
what is a non-repeatable read?
Is there a guarantee of uniqueness for entity beans?