| Author: mahendrakiran 13 Nov 2008 | Member Level: Gold Points : 2 |
Remotable objects are objects that function well in a widely distributed environment. There are two main kinds of remotable objects:
Marshal-by-value objects, which are copied and passed out of the application domain.
Marshal-by-reference objects, for which a proxy is created and used by the client to access the object remotely.
|