Sunday, December 30, 2012

RMI note

RMI note
An object becomes remote by implementing a remote interface, which has the following characteristics.
A remote interface extends the interface java.rmi.Remote.
Each method of the interface declares java.rmi.RemoteException in its throws clause, in addition to any application-specific exceptions.

No comments:

Post a Comment