Examveda
Examveda

What is deserialization?

A. Turning object in memory into stream of bytes

B. Turning stream of bytes into an object in memory

C. Turning object in memory into stream of bits

D. Turning stream of bits into an object in memory

Answer: Option B


This Question Belongs to Java Program >> Java Serialization And Networking

Join The Discussion

Related Questions on Java Serialization and Networking

What is Java Serialization?

A. The process of converting an object into a byte stream

B. The process of converting a byte stream into an object

C. The process of converting an object into a text file

D. The process of converting a text file into an object