RMI Question:
Download Job Interview Questions and Answers PDF
What is the role of Remote Interface in RMI?
Answer:
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.
Download RMI Interview Questions And Answers
PDF