A Serializable Class and a Binary File Design and write a class Student with fie
ID: 3536783 • Letter: A
Question
A Serializable Class and a Binary File
Design and write a class Student with fields that store a name, ID number, number of units completed, marks for each unit, and credit points for each unit. Include constructors, getter and setter methods, and a method that returns the student's average mark. Student should implement Serializable. Write a program that accepts data for three students. Store the three Student objects in a binary file called students.dat.
Write a second application that displays the name and average marks field for each Student object stored in the file students.dat.
Explanation / Answer
your rating % is too low so if yo rate my answer with a 5 star I am ready to give you the code