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

What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


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

1 Answers  


What is a formatter?

2 Answers  


What are the difference between static assemblies and dynamic assemblies?

0 Answers  


Can you explain remoting?

0 Answers   QuestPond,






What do mean by remotable objects in .net remoting?

0 Answers  


What are the advantage of remoting over web services?

0 Answers  


What is delay signing?

2 Answers   HCL,


define client activated objects (cao)?

0 Answers  


How do you implement distributed applications in .net?

0 Answers  


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


What is objref object in remoting?

0 Answers  


Categories