package test; class TestClass { public static void main() { TestClass obj = new TestClass(); System.out.println(obj.getClass().getName()); } }