What are remotable objects in .NET Remoting?

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of strong name?

570


Define the lease of the object?

589


What are the steps to publish an object outside the service domain

553


what is Client-activated object in remoting?

582


What are the ways to renew lifetime leases of objects?

573






Explain the differences between marshal by value and marshal by reference?

585


define client activated objects (cao)?

610


Which one is better WebService and Remoting ?

614


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

594


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

520


What are the situations you will use singleton architecture in remoting ?

565


Difference between .net remoting versus distributed com?

560


Explain the types of .net remoting?

607


Can you explain remoting?

596


What are the remotable objects in .net remoting?

531