Microsoft Interview Question

Describe the difference between a process and a thread.

Interview Answer

Anonymous

Oct 3, 2011

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