1.

What Are The Different Types Of Classes That Are Used In Rmi?

Answer»

The classes define the BLUEPRINT that consists of the methods and behavior of a particular STRUCTURE.

The classes are:

Remote class: It is the class that consists of the instances that can be accessed remotely from the server and also consists of different properties that are required to be accessed by the CLIENT and server during request and response time.

Remote class object: Wherever this object is defined the instances of the class can be accessed using other object. On other computers that are not in network it can be accessed through the use of object handles.

Serializable class: It is the class that consists of instances that can be marshaled or turned in a linear sequence to represent the BITS.

Serializable class objects: It ALLOWS the request to be transmitted from one computer to another. It allows the easy implementation of the serializable class.

The classes define the blueprint that consists of the methods and behavior of a particular structure.

The classes are:

Remote class: It is the class that consists of the instances that can be accessed remotely from the server and also consists of different properties that are required to be accessed by the client and server during request and response time.

Remote class object: Wherever this object is defined the instances of the class can be accessed using other object. On other computers that are not in network it can be accessed through the use of object handles.

Serializable class: It is the class that consists of instances that can be marshaled or turned in a linear sequence to represent the bits.

Serializable class objects: It allows the request to be transmitted from one computer to another. It allows the easy implementation of the serializable class.



Discussion

No Comment Found