J2SE Question:

What is serialization?

Tweet Share WhatsApp

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.

Read All 214 J2SE Questions
Previous QuestionNext Question
What is single precision?What is supertype?