JAVA JDBC Programming Question:
Download Questions PDF

What is Serialization and deserialization in JAVA Programming?

Answer:

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

Download JDBC Interview Questions And Answers PDF

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?