What is the role of Remote Interface in RMI?

Submitted by: Administrator
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. Methods that are to be invoked remotely must be identified in Remote Interface. All Remote methods should throw RemoteException.
Submitted by: Administrator

Read Online RMI Job Interview Questions And Answers