What are the remotable and non-remotable objects in .Net Remoting.

 Posted by Majith on 7/22/2008 | Category: Web Services, Remoting Interview questions | Views: 7924
Answer:

The remotable objects are the objects which can be distributed accross domains, can be used with domain. The non-remotable objects are the objects which can't be distributed accross domains. In distributed system, if an object is very big, we can make it non-remotable object.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response