Java Interview Questions
A thread is similiar to a program that has a single flow of control.A thread is a execution in a program. The life cycle of threads are
Newborn state
Runnable state
Running state
Blocked state
Dead state