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

How do singleton patterns work?

0 Answers  


What causes memory leaks in java?

0 Answers  


Why java uses the concept of the string literal?

0 Answers  


Which is better stringbuilder or stringbuffer?

0 Answers  


What does @param args mean in java?

0 Answers  






Implement a stack with push (), pop() and min() in O(1) time.

0 Answers   Amazon,


What are the two ways in which thread can be created?

0 Answers  


Explain features of interfaces in java?

0 Answers  


Name few java util classes introduced with java 8 ?

0 Answers  


What is the use of pattern in java?

0 Answers  


Is java written in c?

0 Answers  


What is Collection interface?

1 Answers   Zensar,


Categories