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 its run?
What is the difference between overriding and overloading in OOPS.
What is hashing principle in java?
How to add menushortcut to menu item?
What are filterstreams?
What does ide stand for?
Write a program to find maximum and minimum number in array?
What data type is a string?
What is Mutex (Mutual Exclusion Object) ?
Can we convert list to set in java?
Can we store variables in local blocks?
what is recursion in java
What is string data?
What is java util function?
write a program that list all permutations of ABCDEF in which A appears before B?