D2L interview question

What is the difference between a Thread and a Process?

Interview Answer

Anonymous

9 Oct 2013

A thread uses shared memory and a process uses individual memory.