Question d’entretien chez Office Depot UK

What is the diff between process and thread ?

Réponse à la question d'entretien

Utilisateur anonyme

27 janv. 2016

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 can sometimes called a lightweight process.