Thread Creation Ways Implementing Runnable interface extending Thread class Implementing Runnable interface Step1: Create a Runnable Object Create a class that implements Runnable interface Implement the run() method to tell the task which th...