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 different types of channels used by .net remoting?
Types of compatabilities and explain them ?
Define a process?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Define singleton activation mode in .net remoting?
What are the different types of channels used by .net remoting and which is the best one?
Define delegates and events?
What are the difference between static assemblies and dynamic assemblies?
Name the distributed systems available apart from .net remoting?
Explain Singleton design pattern of Remoting?
What are the channels in .net remoting?
Explain when we use web service and when we use remoting?
Define singlecall activation mode in .net remoting?
What do you mean by passport authentication?
How to directly call a native function exported from a dll?