1.

Which of these is a process of writing the state of an object to a byte stream?(a) Serialization(b) Externalization(c) File Filtering(d) All of the mentionedI had been asked this question in an online quiz.This key question is from Serialization in section Serialization & Networking of Java

Answer»

Right answer is (a) SERIALIZATION

To elaborate: Serialization is the process of writing the state of an object to a byte STREAM. This is used when you want to SAVE the state of your program to a PERSISTENT storage area.



Discussion

No Comment Found

Related InterviewSolutions