DEVFYI - Developer Resource - FYI

What is Serialization and deserialization?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

116. What is Serialization and deserialization?

Serialization is the process of writing the state of an object to a byte stream. Deserialization is the process of restoring these objects.

(Continued on next question...)

Other Interview Questions