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

What is variable explain?

0 Answers  


What are parameters in a method?

0 Answers  


Which is faster string or stringbuilder?

0 Answers  


Does java arraylist maintain insertion order?

0 Answers  


What is parsing a sentence?

0 Answers  






How the elements are organized in GridBagLayout?

1 Answers  


What is method reference?

0 Answers  


What is the basic difference between string and stringbuffer object?

0 Answers  


how does the run() method in runnable work? : Java thread

0 Answers  


how to pass the parameters to applets?

1 Answers  


What is application tier?

0 Answers  


What is meant by packages?

4 Answers  


Categories