Frage im Vorstellungsgespräch bei Adobe

What is the difference between a thread and a process?

Antwort im Vorstellungsgespräch

Anonym

27. Juli 2024

Process and threads are the basic components in OS. Process is the program under execution whereas the thread is part of process. Threads of a process can be used when same process is required multiple times. A process can consists of multiple threads.