-
Which of these is a process of writing the state of an object to a byte stream?
-
- Multithreading
- File Filtering
- Externalization
- Serialization
- 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.