-
What is serialization?
-
- Turning stream of bytes into an object in memory
- Turning object in memory into stream of bits
- Turning stream of bits into an object in memory
- Turning object in memory into stream of bytes
- None of these
Correct Option: D
Serialization in Java is the process of turning object in memory into stream of bytes.