Saved Bookmarks
| 1. |
What Is Objref Object In Remoting? |
|
Answer» All Marshal() METHODS RETURN ObjRef OBJECT.The ObjRef is serializable because it implements the INTERFACE ISerializable, and can be marshaled by value. The ObjRef knows about location of the remote object, host NAME, port number and object name. All Marshal() methods return ObjRef object.The ObjRef is serializable because it implements the interface ISerializable, and can be marshaled by value. The ObjRef knows about location of the remote object, host name, port number and object name. |
|