The basic concept of thread

What is a process ?

The process should be a dynamic status for a program. A running of program called as process that is isolated for each other . Once an application is running, it is called a process.

What is a thread ?

Thread is the basic unit of CPU scheduling and included in a process . Thread is a actual single sequential control flow in a process.