Question d’entretien chez Wells Fargo

What is the difference between a process and a thread?

Réponse à la question d'entretien

Utilisateur anonyme

29 oct. 2025

I explained that a process is an independent program with its own memory space, while threads are smaller units within a process that share memory and resources, enabling parallel execution.