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 is a generic method?
What is string concatenation?
What is the difference between asp net and c#?
What do you mean by “finalize” and “finally” methods in c#?
How many types of interface are there in c#?
What is difference between new and override in c#?
What's your approach to fetch static data in your windows form application?
What is disco?
Can you mark static constructor with access modifiers?
Can struct be static in c#?
How can you access a private method of a class?
Can you inherit from a sealed class?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
How big is a float?
Is collection a data structure?