which one the better thread emplemented thread or extended ?
Answers were Sorted based on User's Feedback
Answer / ravikiran
implementing runnable interface is a bettr practice
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
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 |
What does snprintf return?
What is a J2EE component? List out all the component?
What is toarray method in java?
what is synchronization and why is it important? : Java thread
List implementations of list interface?
Any one can explain how the inerface uses in java. give with example.
what is mean by method signature?
Relationship between an event-listener interface and an event-adapter class?
Definition for connection pooling?
what is platform independence in java?
What is the reason behind using constructors and destructors?
What do you mean by the term transient?