Home » JAVA Programming » Serialization » Question
  1. Which of these is a process of extracting/removing the state of an object from a stream?
    1. Externalization
    2. Deserialization
    3. Serialization
    4. File Filtering
    5. None of these
Correct Option: B

Deserialization is a process by which the data written in the stream can be extracted out from the stream.



Your comments will be displayed only after manual approval.