RMI Remote Interface - What is the role of Remote Interface in RMI?

What is the role of Remote Interface in RMI?

Remote interfaces are defined by extending ,an interface called Remote provided in the java.rmi package. The methods must throw RemoteException. But application specific exceptions may also be thrown.
RMI - Explain marshalling and demarshalling.
RMI marshalling and demarshalling - During communication between two machines through RPC or RMI, parameters are packed into a message...
RMI stub and skeleton
RMI stub and skeleton - What is a skeleton in RMI?, Explain the role of stub in RMI, Describe how the RMI mechanism works...
RMI layers - What are the layers of RMI Architecture?
RMI layers - The three layers are the Stub and Skeleton Layer, the Remote Reference Layer, and the Transport Layer.....
Post your comment