public class ConcretePingServer extends ConcreteNetObj implements PingServer { public String ping() throws NetException { return "Hello World!"; } }