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
Why do threads block on i/o?
Can I use javascript to submit a form?
What is the difference between RMI and Corba?
Why do I get a duplicate name error when loading a jar file?
What’s jboss cache in short?
Why is actionform a base class rather than an interface?
Explain how will the struts know which action class to call when you submit a form?
What is the difference between a static and a non-static inner class?
Which javutil classes and interfaces support event handling?
What class is used to create Server side object ?
what are RemoteObjects?
How messaging services are done, before release of JMS?
Why are some of the class and element names counter-intuitive?
What is Remote Server?
Is a class a subclass of itself?