JAVA JDBC Programming Question:

What is Serialization and deserialization in JAVA Programming?

JDBC Interview Question
JDBC Interview Question

Answer:

Serialization is the process of writing the state of an object to a byte stream.
Deserialization is the process of restoring these objects.


Previous QuestionNext Question
How to Make Updates to Updatable Result Sets in JDBC?How you restrict a user to cut and paste from the html page using JAVA Programing?