PPT Slide
Server Implementation
public HelloImpl(String s) throws RemoteException
{
super();
name = s;
}
public String sayHello() throws RemoteException
{
return "Hello World";
}
Previous slide
Next slide
Back to first slide
View graphic version