Java Serialization
Java serialization is the not only most important feature of the Java but also interesting too.Last night I wrote code to store the object instance into the persistent storage like as file using Serialization.It took more little time to retrieve the information then storing the instance.
Advertisement
yeah using serialization at this moment is a standart move to store neccesery info.