I want to use extends Thread instead of implements Runnable..pls tell me what will be the impact of this on java performance?
I am not a Java guru but it does not impact the performance but as you cannot inherit the class from anything else it has disadvantages.