employer cover photo
employer logo
employer logo

Check Point Software Technologies

Employeur impliqué

Question d’entretien chez Check Point Software Technologies

What is the difference between thread and process

Réponse à la question d'entretien

Utilisateur anonyme

12 oct. 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