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
How do you sort arrays in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What happens when a thrown exception is not handled?
What's the default access specifier for variables and methods of a class?
What is null statement?
What is a platform?
What is static import?
Explain the difference between runnable and callable interface in java?
How many types of parsers are there?
Why java uses the concept of the string literal?
What is the purpose of abstract class?
Can we overload destructor in java?
Can a static class have a constructor java?
How do you include a string in java?
What is the difference between the paint() and repaint() methods in java programming?