Answer Posted / tiger skumar
Every process has its own virtual memory.Becoz of its not
affect the another process when a process throws an
error.But .net it went one step ahead.Multiple application
can run on same process.But its divide into application
domain.Among the application domain the object invoke can be
done through the Remoting.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What method is used to sort the elements of the array in descending order?
How objects are stored in memory?
How do we achieve encapsulation in c#?
When can a derived class override a base class member?
What is the use of expression tree in c#?
Is there any sample c# code for simple threading?
What is a .exe extension files? How is it similar to .dll extension files?
What is difference between override and new in c#?
Can we write class inside a class in c#?
What is the use of nullable types in c#?
Is namespace necessary in c#?
Can multiple inheritance implemented in c# ?
What does addressof operator do in background ?
Explain types of comment in c# with examples
What is private void in c#?