What are remotable objects in .NET Remoting?

Answers were Sorted based on User's Feedback



What are remotable objects in .NET Remoting?..

Answer / 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

What are remotable objects in .NET Remoting?..

Answer / ganesh

Remotable objects are object that are instantiated outside
the caller's application domain.
Either by value or by reference.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


Explain when we use web service and when we use remoting?

0 Answers  


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


Write a example code for remoting?

0 Answers  






What technology enables out-of-proc communication in .NET ?

1 Answers  


How to decide which to use .net remoting or asp.net web services?

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


What are the types of remoting?

0 Answers  


What are the types of remotable objects?

0 Answers  


What are static assemblies and dynamic assemblies?

0 Answers  


Categories