Interview Questions

Explain what relationship is between a Process, Application Domain, and Application?

.NET Interview Questions and Answers


(Continued from previous question...)

43. Explain what relationship is between a Process, Application Domain, and Application?

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.
A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application.

(Continued on next question...)

Other Interview Questions