Write a GUI application in java, which enter the details of a student and on the submit display the details of the student.(Student details is like bio-data, it contains name, address, phone, educational details,project details etc. ) Create three button in the GUI new, submit, view. When the user click the submit button it stores the information of the
student in the file. If the student press the new button it stores the information of the new student.(stored that information by any separator.) when View it show all the details of a student