Question d’entretien chez Cloudera

Difference between threads and process

Réponse à la question d'entretien

Utilisateur anonyme

14 août 2020

Process means a program which is in execution, whereas thread means a segment of a process. A Process is mostly isolated, whereas Threads share memory. Process does not share data, and Threads share data with each other.