J2SE Question:

What is serialization?

J2SE Interview Question
J2SE Interview Question

Answer:

The encoding of objects, and the objects reachable from them, into a stream of bytes and the complementary reconstruction of the object graph from the stream.


Previous QuestionNext Question
What is single precision?What is supertype?