class XYZ { static int name; void method() { System.out.println(name); 27 System.out.println(name); } }