public class NachrichtTest { public static void main(String[] args) { Computer c1 = new Computer(); Computer c2 = new Computer(); c1.senden("Hallo, Welt!", c2); } }