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

Serialization in Java is the process of turning object in memory into stream of bytes.



Your comments will be displayed only after manual approval.