Serialization is the process of writing the state of an object to a byte stream. Deserialization is the process of restoring these objects.:Serialization is the process of writing the state of the object to a byte stream. Deserialization is the process of restoring these objects.:With java serialization we can store/save the state/save of an object in a file, and with java desalinization we can restore the serialized to an object ......
Category:Java Interview Questions
No comments:
Post a Comment