🎴 Flashcard Mode

C and Java Programming Fundamentals

Card1 / 14
Mastered0
Review0
QuestionClick to flip

The process of writing the state of an object to a byte stream is called as

AnswerClick to flip back
A
Serialization
πŸ’‘ Explanation:

Serialization is the process of converting an object's state into a byte stream for storage or transmission. Deserialization is the reverse process - reconstructing the object from the byte stream. Option B correctly identifies that writing object state to a byte stream is called serialization.

Change Mode