Explain what is the relationship between a Process,
Application Domain, and Application?
Answer Posted / 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 View All Answers
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Will clr handle unmanaged code or not?
Explain the types of .net remoting?
What is the difference between remoting and webservice?
Explain serialization formatters in .net remoting
Write a example code for remoting?
What are the types of remotable objects?
Garbage collector?s functionality on unmanaged code ?
Explain marshalling and its types in .net remoting
what is Client-activated object in remoting?
Explain how does assembly versioning in .net prevent dll hell?
What are the ways to renew lifetime leases of objects?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
define client activated objects (cao)?
Difference between web services & remoting?