which one the better thread emplemented thread or extended ?

Answers were Sorted based on User's Feedback



which one the better thread emplemented thread or extended ?..

Answer / ravikiran

implementing runnable interface is a bettr practice

Is This Answer Correct ?    3 Yes 0 No

which one the better thread emplemented thread or extended ?..

Answer / anand

its better to use runnable
interface....
using this interface
multithreading is became
possible in java

Is This Answer Correct ?    1 Yes 0 No

which one the better thread emplemented thread or extended ?..

Answer / arun

thread implements is the better one no need of creating a
thread object(thread t =new thread()),we just write t.run()

Is This Answer Correct ?    0 Yes 3 No

which one the better thread emplemented thread or extended ?..

Answer / guest

sdf

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Core Java Interview Questions

Is alive method in java?

0 Answers  


What is meant by data hiding/encapsulation?

0 Answers   Cyient,


Why we cannot override static method?

0 Answers  


What is variable explain?

0 Answers  


What is ctrl m character?

0 Answers  






Can we declare a class as static?

0 Answers  


Why java is secure? Explain.

0 Answers  


How can a gui component handle its own events?

0 Answers  


What is protected and friendly?

1 Answers  


What is the functionality of Webserver?

2 Answers  


What exactly is java?

0 Answers  


How do you sort arraylist in descending order?

0 Answers  


Categories