What’s the difference between Processes and Threads?
Anoniem
Outside of a stressful interview context, I would have gotten this answer pretty much correct: a process, in the simplest terms, is an executing program. One or more threads run in the context of the process. A thread is the basic unit to which the OS allocates processor time.