top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the role of Remote Interface in RMI ?

+3 votes
674 views
What is the role of Remote Interface in RMI ?
posted Mar 23, 2015 by Roshni

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

ROLE of RMI:

The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.

Any object that is a remote object must directly or indirectly implement this interface.

A class that implements a remote interface should declare the remote interfaces being implemented, define the constructor for each remote object and provide an implementation for each remote method in all remote interfaces.

answer Mar 25, 2015 by Karthick.c
...