What is daemon thread?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

2008


what is an isolation level?

2307


Name three component subclasses that support painting?

696


What is the relation between the infobus and rmi?

647


How to implement RMI in Java?

2498






What is the difference between the ‘font’ and ‘fontmetrics’ class?

728


Explain the difference between object state and behavior?

653


How would you detect a keypress in a jcombobox?

778


Why are my checkboxes not being set from on to off?

748


What is synchronization and why is it important?

617


How would you create a button with rounded edges?

644


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1461


Define the remote object implementation?

2074


What is bean? Where can it be used?

658


What state does a thread enter when it terminates its processing?

685