Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is daemon thread?

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


Please Help Members By Posting Answers For Below Questions

Where we can write Rmi registry in the code, without having to write it at the command prompt?

2831


How can I scroll through list of pages like the search results in google?

1012


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

1104


What is the difference between a static and a non-static inner class?

1207


Explain how will the struts know which action class to call when you submit a form?

1013


What is message driven beam?

1120


Have you used threads in Servelet?

2558


What is colon_pkg_prefixes and what is its use?

2589


Do I need to import javlang package any time? Why ?

1148


Where can I find seam examples and documentation?

1148


What is the difference between RMI registry and OS Agent?

1195


What is the difference between RMI and Corba?

2783


Can I run seam with jdk 1.4 and earlier?

1051


what is a non-repeatable read?

2524


Is there a guarantee of uniqueness for entity beans?

1059