Answer:
Remotable objects are the objects that can be marshaled across the application domains. You can marshal by value, where a deep copy of the object is created and then passed to the receiver. You can also marshal by reference, where just a reference to an existing object is passed.
Source: http://blogs.crsw.com/mark/articles/253.aspx | Asked In: Many Interviews |
Alert Moderator