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
When was .net linq added?
How Is The Dll Hell Problem Solved In .net?
What does type safety mean?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
List some of the common data providers for ado.net framework?
What is difference between struct and class in c#?
What is garbage collection? How to force garbage collector to run?
How do you create user defined data types in c#?
What is the object class in c#?
Why do we need encapsulation in c#?
What are the namespace level elements?
How do you serialize an object?
Is datetime immutable c#?
Does the variables of a private class-level inherited?
How many destructors can a class have?