Object Oriented Programming in Java - Old Questions
Question Answer Details
7. What is serialization? Write a java program to write three student information (Roll, Name, Address, College) into file student.txt and display the student information whose address is Jhapa.
Answer
AI Generated Answer
AI is thinking...