Answers

Question and Answer:

  Home  .Net Deployment

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

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.

 201 views

More Questions for you: