1.

What is serialization?(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 memoryI got this question in class test.Enquiry is from Serialization in portion Serialization & Networking of Java

Answer»

The CORRECT option is (a) TURNING object in memory into stream of bytes

For explanation I would say: SERIALIZATION in JAVA is the PROCESS of turning object in memory into stream of bytes.



Discussion

No Comment Found

Related InterviewSolutions