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 a Daemon Thread?

Answers were Sorted based on User's Feedback



what is a Daemon Thread?..

Answer / guest

Threads that work in the background to support the runtime
environment are called daemon threads. For example, the
clock handler thread, the idle thread, the screen updater
thread, and the garbage collector thread are all daemon
threads. The virtual machine exits whenever all non-daemon
threads have completed. The daemon threads are then all
automatically stopped when the JVM shuts down.

Is This Answer Correct ?    12 Yes 0 No

what is a Daemon Thread?..

Answer / sachin kumar

The Threads those gets automatically stopped when Java
virtual machine gets off, are called Daemon Threads.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What are synchronized methods and synchronized statements?

2 Answers   Adobe,


What are the various thread priorities?

1 Answers  


difference between applicationserver and webserver

2 Answers   SolutionNET,


Why is string immutable in java?

0 Answers  


we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?

0 Answers   IBM,


What is the argument type of a programs main() method?

0 Answers  


What is difference RMI registry and OSAgent?

1 Answers  


If your ui seems to freeze periodically, what might be a likely reason?

0 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,


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

0 Answers  


what is heepStored?

1 Answers  


Categories