Thursday, 21 March 2013

What is the class and interface in java to create thread and which is the most advantageous method?


What is the class and interface in java to create thread and which is the most advantageous method?  

Thread class and Runnable interface can be used to create threads and using Runnable interface is the most advantageous method to create threads because we need not extend thread class here.



Blog Author: Vijay Kumar

No comments: