Skip to main content

One doc tagged with "I/O Streams"

View all tags

I/O and Serialization in Java

In Java, reading from and writing to external sources (like files, network connections, or the console) is handled via I/O Streams. An I/O Stream represents an input source or an output destination. And Serialization helps you to store the state of an object into a byte stream.