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
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What do mean by remotable objects in .net remoting?
What are static assemblies and dynamic assemblies?
Explain Singleton design pattern of Remoting?
Can we configure a .net remoting object via xml file?
What are the security measures exist for .net remoting in system.runtime.remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Which one is better WebService and Remoting ?
what is Client-activated object in remoting?
Explain the types of .net remoting?
What are the security features in .net remoting?
What are the different types of channels used by .net remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Are you aware of containment and Aggregation ?
What is unmanaged code?