1 2 3 4
class Superclass { public static void staticMethod(){} {} public void nonstaticMethod() {}; }