FileWriter fw = new FileWriter(new File("c:\\"));
obj.method( new Sample(){ public void showName(){ System.out.println("TEST"); } } );
用語辞典トップページ