Exception in thread “AWT-EventQueue-0” java.lang.UnsupportedOperationException: Not supported yet
问题 I'm trying to input some details about student to the program. when i press the save button its giving an exception error like this, "Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: Not supported yet." public static ArrayList<Student> arrayStudent = new ArrayList<Student>(); public static void Student(Student student){ try{ BufferedWriter buffer = new BufferedWriter(new FileWriter("Students.txt", true)); buffer.write("Name : "+student.getFirstName()+" "+student