1.

What Is The Relationship Between The Rmi And Corba?

Answer»

RMI is a distributed object system that provides and enable to easily develop the distributed JAVA applications. It is easier to develop applications using the RMI method then using the sockets. It doesn't require any protocol for design that makes it less prone to error for the tasks performed by it. RMI is allows the local method to be called from a local class file and the remote METHODS are interpreted and are sent back to the callers.

The CORBA also having the same features that are seen in RMI. It is a platform and language independent ARCHITECTURE that can be run on any platform. It can be located from anywhere on the network and can be used in any language that has a mapping with IDL (INTERFACE definition language). The objects of this are SPECIFIED with interfaces that are specified in the interface language.

RMI is a distributed object system that provides and enable to easily develop the distributed Java applications. It is easier to develop applications using the RMI method then using the sockets. It doesn't require any protocol for design that makes it less prone to error for the tasks performed by it. RMI is allows the local method to be called from a local class file and the remote methods are interpreted and are sent back to the callers.

The CORBA also having the same features that are seen in RMI. It is a platform and language independent architecture that can be run on any platform. It can be located from anywhere on the network and can be used in any language that has a mapping with IDL (Interface definition language). The objects of this are specified with interfaces that are specified in the interface language.



Discussion

No Comment Found