Explain what relationship is between a Process, Application Domain, and Application?
Submitted by: AdministratorEach 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.
A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application.
Submitted by: Administrator
A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application.
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | Creating a Key Pair in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | What are possible implementations of distributed applications in .NET? |
☺ | What are the authentication methods in .NET? |
☺ | Explain what relationship is between a Process, Application Domain, and Application? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |