In the previous post we discussed about Externalizable Interface, how it works, how it is different from Serializable Interface and how to implement it. But what will happen if a class
Buffered Streams are used to speed up the input output operations by simply creating a buffer space of some specific size so that we don’t have to access
Character Streams are specially designed to read and write data from and to the Streams of Characters. We require this specialized Stream because of different file encoding systems. In our
Performing input and output operations using a Byte Stream is one of the most common and the low level input output operation that a java program can perform.