DEVFYI - Developer Resource - FYI

What is the common usage of serialization?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

503. What is the common usage of serialization?

Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the state of an object is to be saved, objects need to be serilazed.

(Continued on next question...)

Other Interview Questions