What is ObjRef object in remoting?- The ObjRef is a serializable object returned by Marshal(). - The ObjeRef knows about location of the remote object, host name, port number, and object name. - This is serializable because it implements the interface 'Iserializable' and can be marshaled by value. - It stores all relevant information required to generate a proxy in order to communicate with a remote object.
|