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 are the ways to renew lifetime leases of objects?

0 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


Define singlecall activation mode in .net remoting?

0 Answers  


Give the Hierarchial description of remoting?

1 Answers   Satyam,


Explain marshalling and its types in .net remoting

0 Answers  


Explain what is the relationship between a Process, Application Domain, and Application?

2 Answers  


What are the types of remoting?

0 Answers  


What do you mean by windows authentication?

0 Answers  


Explain threading types?

0 Answers  


What are the security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


write a example for remoting (code)

2 Answers   Mind Tree,


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

0 Answers  


Categories