DEVFYI - Developer Resource - FYI

What is serialization?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

499. What is serialization?

Serialization is a mechanism by which you can save the state of an object by converting it to a byte stream.

(Continued on next question...)

Other Interview Questions