// "Replace with 'Class.class'" "true" class Test { void test(Class clazz) { System.out.println(clazz.getClass().getName()); } }