class C { static void method(C anObject) { System.out.println(anObject); } }