Purushottam Rathore
What are the difference between a Thread and a Process?
By Purushottam Rathore in ASP.NET on Jan 31 2011
  • sarika jain
    Feb, 2011 9

    As both are the independent sources of execution.

    but the basic difference is
    Threads run in a shared memory space of the same process whereas processes run in a seperate memory space.

    • 0
  • Naveen Songara
    Jan, 2011 31

    Thread are sub unit of an process, A process can have multiple threads.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS