What is deserialization in Java Serialization?
A. The process of converting a text file into an object
B. The process of converting an object into a text file
C. The process of converting a byte stream back into an object
D. The process of converting an object into a byte stream
Answer: Option C
Join The Discussion