Question: Write the code that use ObjectOutputStream to write the datafields from below StudentInfo class to an output fileoutput.dat.import java.util.Date;public class StudentInfo {String name;String ID 1
Write the code that use ObjectOutputStream to write the datafields from below StudentInfo class to an output fileoutput.dat.import java.util.Date;public class StudentInfo {String name;String ID 1 answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
