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
What are the differences between heap and stack memory?
What is lossy conversion in java?
What is an empty list in java?
Why hashmap is used in java?
What are the methods of object class ?
Why Java doesn’t support multiple inheritance?
Difference between operator overloading and function overloading
How do singleton patterns work?
What is data type example?
What does it mean that a method or field is “static”?
What is string and its types?
Why stringbuilder is not thread safe?
What is immutable state?
Why put method is idempotent?
What is byte code and why is it important to java’s use for internet programming?