Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

Describe the difference between a Thread and a Process?

+1 vote
What is the difference between a thread and a process?
asked 1 year ago by scott (560 points)

1 Answer

0 votes
In computing, a process is an instance of a computer program that is being sequentially executed by a computer system that has the ability to run several computer programs concurrently.

A single process may contain several executable programs (threads) that work together as a coherent whole. One thread might, for example, handle error signals, another might send a message about the error to the user.
answered 1 year ago by anonymous edited 1 year ago by victor

Related questions