Basic Dot Net Question:
Download Questions PDF

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

Answer:

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.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What’s a Windows process in .NET? Explain what relationship is between a Process, Application Domain, and Application?