D2L interview question

What is the difference between a Thread and a Process?

Interview Answer

Anonymous

Oct 9, 2013

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