Question: Write a JAVA code,Create a class student with data members, student id, student name, and student marks. Now you have to create a text file
Write a JAVA code,Create a class student with data members, student id, student name, and student marks. Now you have to create a text file MyStudents.txt to store data of ten students in the text file. Write member functions to add, remove, search and display student data from the MyStudents.txt file? Also handle all necessary exceptions to avoid abnormal execution of your code. Write a test class to check that members functions of student class are performing well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
