What is the difference between serialization and
deserialization?
Answer Posted / arpitsen
Serialization and Deserialization are complementing to each
other.
Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Is there a jre for java 11?
java Technical questions asked by JPMC
What is concurrent hashmap and its features?
Can we write method inside a method in java?
What do you mean by byte code?
What is the arraylist in java?
Does a function need a return?
What is internal iteration in java se 8?
How many types of methods are there in java?
What is package private scope in java?
Name component subclasses that support painting in java programming?
How many digits can a float hold?
Can we create more than one object singleton class?
what is predefined function in java?
Where pragma is used?