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

Why string is popular hashmap key in java?

1 Answers  


How objects are stored in java?

0 Answers  


Is arraylist ordered?

0 Answers  


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


What are the types of classes in java?

4 Answers   HCL,






What is final keyword?

0 Answers  


How is java hashmap implemented?

0 Answers  


What is a void method?

0 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


what is difference between class and object?

43 Answers   College School Exams Tests, HCL,


What is 32 bit float?

0 Answers  


Is binary a low level language?

0 Answers  


Categories