What is meant by a Thread ?
A thread is a smallest unit of dispatchable code. Defining, Instantiating, and Starting threads by Extending Thread class Implementing Runnable interface Methds to Prevent Thread execution Sleep() Join()