Microsoft interview question

Describe the difference between a process and a thread.

Interview Answer

Anonymous

3 Oct 2011

Processes are the base executing object as seen by the OS, multiple threads are created and execute within a process