1.

What Is The Role Of Remote Interface In Rmi?

Answer»

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.

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.



Discussion

No Comment Found