1 2 3 4 5 6 7
public class A1 { public static void staticMethod() { } public void instanceMethod() { } }