Answers

Question and Answer:

  Home  JDBC

⟩ What is Serialization and deserialization in JAVA Programming?

Serialization is the process of writing the state of an object to a byte stream.

Deserialization is the process of restoring these objects.

 171 views

More Questions for you: