What are threads?
A thread is alike to sequential programs. Single threads have a beginning, sequence and end. At any given point in time during the runtime of the thread there is a single point of execution. Though thread itself is not a program a thread cannot run on its own. Rather its runs inside a program.