30313233343536
try { Class.forName("org.apache.commons.io.FileUtils"); } catch (ClassNotFoundException e) { throw new RuntimeException(e); } new Impl().implMethod(); }