What?s typical about a Windows process in regards to memory
allocation?
Answer Posted / swapna
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the security measures exist for .net remoting in system.runtime.remoting?
What is unboxing?
What are the ways to configure remoting objects before client can use them?
Define proxy in .net remoting?
Explain how to perform remoting?
Explain the differences between marshal by value and marshal by reference?
Explain how to directly call a native function exported from a dll?
Explain when we use web service and when we use remoting?
Can you pass SOAP messages through remoting?
what is Client-activated object in remoting?
What are dynamic assemblies?
What are the difference between static assemblies and dynamic assemblies?
What are the threading types?
Explain the types of .net remoting?
When do we use delegates in your remoting applications?