Differentiation of Serialization in Java

If you are interested to learn Java generics To serialize an object means to convert its state to a byte stream so that the byte stream can be reverted back into a copy of the object. Java provides a mechanism, called … Continue reading Differentiation of Serialization in Java