1 2 3 4 5 6 7 8 9
package demo; public class A { public void hello() { System.out.println("Hier ist A"); } }