how do I create a runnable with inheritance? : Java thread


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

Post New Answer

More Core Java Interview Questions

Can you instantiate the math class?

0 Answers  


How do you check if two given string are anagrams?

0 Answers  


What are the 3 types of loops in java?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,






What is array sorting in java?

0 Answers  


Can we able to pass objects as an arguments in java?

0 Answers  


Why do we need hashset in java?

0 Answers  


What is return used for in java?

0 Answers  


What is return null in java?

0 Answers  


What are java threads?

0 Answers  


Is string passed by reference in java?

0 Answers  


Categories