Interview Questions

What’s typical about a Windows process in regards to memory allocation?

.NET Interview Questions and Answers


(Continued from previous question...)

42. What’s typical about a Windows process in regards to memory allocation?

Each process is allocated its own block of available RAM space, no process can access another process’ code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down.

(Continued on next question...)

Other Interview Questions