Answer Posted / bindu sarika
Remotable objects are objects that are marshalled across
different application domains.The objects can be marshalled
by value and marshalled by reference.
Marshalled by value:A deep copy of the object is passed to
the reciever.
Marshalled by reference:A reference to the existing object
is passed .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between remoting and webservice?
Define proxy in .net remoting?
What are the information required to configure remote objects?
Explain how to directly call a native function exported from a dll?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
what are the requirements to enable remote components to interact each other?
What are the ways to renew lifetime leases of objects?
What are the different types of channels used by .net remoting and which is the best one?
Explain the differences between marshal by value and marshal by reference?
Explain the types of .net remoting?
What are the threading types?
what is Client-activated object in remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
When should we choose .net remoting over .net web services?
Explain threading types?