Serialization
An object asks “Whenever I’m created, I stay in the heap memory. Is it possible for you to persist me somewhere? ” Yes it is possible. An object and its instance variables can be saved into a physical device. Object serialization saves the state of an object as sequence of bytes and at later Read more about Serialization[…]