why Runnable Interface is best compared with Threa,
January 26, 2008 at 4:44 PM
if we are extending Thread class to our class inorder to implement the concept of multithreading then we cannot extend any other class to our class,but if we done that by implementing Runnable Interface then we can extend any other class and can implement any no of Interfaces