Interface Definition Example
package examples.hello
public interface Hello extends java.rmi.Remote
{
String sayHello() throws java.rmi.RemoteException;
}
Previous slide
Next slide
Back to first slide
View graphic version