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
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?
what is an isolation level?
Name three component subclasses that support painting?
What is the relation between the infobus and rmi?
How to implement RMI in Java?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain the difference between object state and behavior?
How would you detect a keypress in a jcombobox?
Why are my checkboxes not being set from on to off?
What is synchronization and why is it important?
How would you create a button with rounded edges?
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!
Define the remote object implementation?
What is bean? Where can it be used?
What state does a thread enter when it terminates its processing?