Explain what is the relationship between a Process,
Application Domain, and Application?

Answers were Sorted based on User's Feedback



Explain what is the relationship between a Process, Application Domain, and Application? ..

Answer / swapna

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 of the same application but
1 process can run just 1 application

Is This Answer Correct ?    5 Yes 1 No

Explain what is the relationship between a Process, Application Domain, and Application? ..

Answer / swapna

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.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Dot Net Remoting Interview Questions

How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers   Tavant Technologies, TCS, Tech Mahindra,


What is the purpose of strong name?

0 Answers  


What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


What is assembly ?

4 Answers   DELL, TCS,


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  


What?s SingleCall activation mode used for?

1 Answers  


Difference between web services & remoting?

0 Answers  


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


Define proxy in .net remoting?

0 Answers  


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


When we use web service and when we use Remoting?

2 Answers  


Categories