Muhammad Imran Ansari
What is s the primary difference between process and thread?

What is s the primary difference between process and thread?

By Muhammad Imran Ansari in .NET on May 20 2022
  • Rajesh Gami
    Jul, 2022 18

    A 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.

    • 1
  • Jaydeep Patil
    Jun, 2022 16

    Process is basically the running program which are going to ready to scheduled state and it will not share data between other process and also difficult to kill.

    Thread is basically the small independent light weight program which is running inside the process.

    • 0
  • Praveen Padle
    Jun, 2022 15

    Process is an instance of program which is being executed and thread is segment of process which is managed by the scheduler independently

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS