Runnable interface over Thread class
I just wanted to ask that is the runnable interface is implemented just so that the class can realise the concept of multiple inheritance ,because if our class extends thread class,then our class won't be able to extend any other class,so can anyone plz tell ,is there any advantage other than this..