1 2 3 4 5
public class RMIKlasse implements RMIInterface { public int wertBerechnen(int wert1, int wert2) { return wert1 * wert2; } }