Home » JAVA Programming » Serialization » Question
  1. What is deserialization?
    1. Turning object in memory into stream of bits
    2. Turning stream of bits into an object in memory
    3. Turning stream of bytes into an object in memory
    4. Turning object in memory into stream of bytes
    5. None of these
Correct Option: B

Deserialization is the reverse process of serialization which is turning stream of bytes into an object in memory.



Your comments will be displayed only after manual approval.