Join ExamsbookAnswer :
What is the difference between processes and threads ?5
Q: What is the difference between processes and threads ?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
- A process is an execution of a program, while a Thread is a single execution sequence within a process. - A process can contain multiple threads. A Thread is sometimes called a lightweight process.