JAVA JDBC Programming Question:
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.
Deserialization is the process of restoring these objects.
Previous Question | Next 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? |