public static void main(String[] args) throws Exception { //test14(); FileWriter fw = new FileWriter(new File("E:/test.txt")); fw.append(test16()); fw.close(); } public static String test16() throws Exception{ return "test"; }