sangeeta mishra
Describe the difference between a Thread and a Process?
By sangeeta mishra in C# on Aug 31 2009
  • Ravindra Chaudhary
    Aug, 2015 4

    Thread is light wait process. multiple thread have multiple flow control.. the best example of the thread is operating system. thread is saving time. multiple thread means multiple thread execute in same time.

    • 0
  • Suresh Ravi
    Aug, 2009 31

    On executing an exe, a process will be created, process can have multiple threads.

    Process will have its own address space, threads will share the address space created by the process.

    • 0
  • sudhakar sakthivel
    Aug, 2009 31

    Thread is a small piece of the code within the single process. So multithreading means more than one thread will be executed at a time withing the single process.

    Process is a separate work in different program or different project

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS