Question d’entretien chez You Are Here

What is the differemce between processes and threads?

Réponse à la question d'entretien

Utilisateur anonyme

17 déc. 2021

A process is a collection of code, memory, data and other resources. A thread is a sequence of code that is executed within the scope of the process. You can (usually) have multiple threads executing concurrently within the same process.