Computer Science, asked by Umama9556, 10 months ago

Difference between process and thread in operating system

Answers

Answered by uniqueboypaul
5

Explanation:

The process is an execution of a program whereas thread is an execution of a program driven by the environment of a process. Another major point which differentiates process and thread is that processes are isolated with each other whereas threads share memory or resources with each other

Similar questions