1: …… 2: public void f() { 3: //외부 입력으로 동적 클래스 로딩하지 않도록 한다. 4: TestClass tc = new TestClass(); 5: System.out.println(tc); 6: …