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.