| Author |
Multithreading
|
Mathews P Srampikal
Ranch Hand
Joined: Nov 26, 2002
Posts: 211
|
|
What is the difference between implementing runnable interface and Extending a Thread in Multithreading.what are the advantages and disadvantages. Thanks, Mathews.
|
Thanks,
Mathews
|
 |
Nilesh Srivastava
Ranch Hand
Joined: Aug 29, 2003
Posts: 70
|
|
When u r extending a Thread u wont be able to extend any other class. This is the biggest drawback with extending the Thread, what I feel.
|
 |
 |
|
|
subject: Multithreading
|
|
|