100 Days of Java challenges
Day 33 - Serialization and Deserialization
Serialization is the process of converting objects to a byte stream and Deserialization does the opposite i.e converting byte stream to objects
- Implement Serializable interface for both Instructor and Student class
- Serialize Instructor/Student object to a file and Deserialize the object from the file
Community|Blog|Youtube|Careers|Contact Us
Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
100DaysOfCode@2024