Pergunta de entrevista da empresa Check Point Software Technologies

What is the difference between thread and process

Resposta da entrevista

Sigiloso

12 de out. de 2022

process is a program under execution i.e an active program. A thread is a lightweight process that can be managed independently by a scheduler. Processes require more time for context switching as they are more heavy. Threads require less time for context switching as they are lighter than