InterviewSolution
Saved Bookmarks
| 1. |
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 memoryI have been asked this question during an online interview.My question comes from Serialization topic in division Serialization & Networking of Java |
|
Answer» The correct choice is (B) Turning STREAM of bytes into an object in memory |
|