What?s typical about a Windows process in regards to memory
allocation?
Answer Posted / guest
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
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why inheritance is important?
What is a formatter in .net?
what is machine key error in .NET how can we solve it?
What is the difference between reference type and value type?
Explain about .NET services?
How we can achieve Connection pooling in .Net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is a variable of implicit type and what is its scope?
Please explain what are an object and a class?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Explain about .net assemblies?
Explain what is the difference between a class and an object?
What do you mean by Code Access Security in .NET?
What is the difference between server.transfer and response.redirect? Why?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?