
Extends Thread or Implementing Runnable Interface.....(MultiThreading)which is the best way to increase the application perfomance?

Runnable is better solution because of the following reasons:
1)Leaves more flexibility for the Runnable implementation to extend another class.
2)Separates the code from execution
3)Allows you to run your runnable from a Thread Pool, the event thread, or in any other way in the future.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.