Why does java have two ways to create child threads?


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

Post New Answer

More Core Java Interview Questions

Explain reverse a linked list iterative solution in java?

0 Answers  


can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


what is object deep copy and shallow copy and why it is required?

2 Answers  


Can constructor be inherited?

0 Answers  


What is static variable with example?

0 Answers  


What is the difference between stringbuffer and stringbuilder class?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


What are white spaces in java?

0 Answers  


What are byte codes?

0 Answers  


What is boolean law?

0 Answers  


What is the difference between int and integer in java?

0 Answers  


How to sort a collection of custom Objects in Java?

0 Answers  


Categories