.Net Deployment Question:
Download Questions PDF

What is typical about a Windows process in regards to memory allocation in dot NET?

.Net Deployment Interview Question
.Net Deployment Interview Question

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 .Net Deployment Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Attributes in dot NET?What is your Observations between VB.NET and VC#.NET?