Home » JAVA Programming » Serialization » Question
  1. Which of these is a process of writing the state of an object to a byte stream?
    1. Multithreading
    2. File Filtering
    3. Externalization
    4. Serialization
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.