Explain what relationship is between a process, application domain, and application?



Explain what relationship is between a process, application domain, and application?..

Answer / Greesh Kumar Sharma

In .NET, an Application is the highest level concept that encapsulates all resources used by a program. It can contain multiple AppDomains. A Process is the instance of a running application in memory. Each process contains at least one AppDomain, which is a lightweight runtime environment that hosts and executes common language runtime (CLR) objects, providing isolation between applications. This separation allows for better security and reliability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is Ajax? How it is related to your project?

1 Answers   Wipro,


differance between checkbox and rediobutton in vb.net?

1 Answers  


Tell me about secure socket layer? How to make use of the technology?

1 Answers  


What are .net functions?

1 Answers  


1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.

2 Answers   247Customer,


Can you create instance of a class which has private constructor?

1 Answers  


What is the difference between an abstract class and an interface?

1 Answers  


Tell us what is the difference between struct and class?

1 Answers  


What is STA in .NET?

1 Answers  


How many namespaces are in .net version 1.1?

1 Answers  


Describe ways of cleaning up objects.

2 Answers   Wipro,


Explain the difference between task and thread in .net?

1 Answers  


Categories