ObjectInputStream in Java | Methods, Example
Object Streams in Java So far, we have learned to read and write characters, bytes, strings, and primitive data type values from a text file. It is also possible to perform read and write operations on objects using object streams. The object streams are constructed using ObjectInputStream and ObjectOutputStream classes. … Read more