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

Why can we not override static method?

0 Answers  


What are Interceptors?

1 Answers  


Why null interfaces are used in Java?

2 Answers  


What is the life-cycle of an object?

2 Answers   Broadridge, Syntel,


Why collection doesn’t extend cloneable and serializable interfaces?

0 Answers  






What is the difference between Integer and int?

10 Answers   Infosys,


What are multiple inheritances?

0 Answers  


Can you access non static variable in static context?

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


What causes memory leaks in java?

0 Answers  


How can you make a class serializable in java?

0 Answers  


Is it possible to compare various strings with the help of == operator? What are the risks involved?

0 Answers  


Categories