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 unmanaged code?
Define singleton activation mode in .net remoting?
When should we choose .net remoting over .net web services?
What is the difference between remoting and webservice?
What are the different types of channels used by .net remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain marshalling and its types in .net remoting
Explain when we use web service and when we use remoting?
How do you implement distributed applications in .net?
Define the lease of the object?
Define a process?
Explain threading types?
What do you mean by passport authentication?
What are the types of remotable objects?
Explain how to directly call a native function exported from a dll?