what is daemon thread and which method is used to create the daemon thread? : Java thread


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Convert a BST into a DLL and DLL to BST in place.

0 Answers   Amazon,


Why string is popular hashmap key in java?

1 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What are recursive functions? Give some examples?

0 Answers   Axtria, ITC Indian Tobacco Company,


What is an anonymous class?

1 Answers   IBM,


What are the methods to rectify ambiguities in the interfaces in JAVA?

0 Answers   CGI,


why constructor dont have returns type?

9 Answers   IBM,


What is the purpose of setAutoCommit() ?

1 Answers   Google,


What is default switch case? Give example.

0 Answers  


What are the Main functions of Java?

0 Answers   Akamai Technologies,


whats the difference between == and .equal ?

10 Answers   Cisco,


What is meant by 'Class access modifiers'?

0 Answers   HCL,


Categories