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?

Answers were Sorted based on User's Feedback



What is daemon thread?..

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

What is daemon thread?..

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

What is daemon thread?..

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

Post New Answer

More Advanced Java Interview Questions

What is servlet preinitialization?

3 Answers   iFlex,


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  


Why does the tag url-encode javascript and mailto links?

0 Answers  


hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

0 Answers   Infosys,


String is immutable.it is true String can be change to mutable How?

6 Answers   IBM, Professional Access, TCS,


In howmany ways a thread can be created?

3 Answers   HCL,


What is RMI architecture?

11 Answers   Infosys,


Define the remote interface?

1 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource?

0 Answers  


Why use POJO when I can use hashmap

0 Answers   Infotech,


how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


what are the activation groupworks?

0 Answers  


Categories