What is the difference between serialization and
deserialization?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikiran(aptech mumbai)
serialization is the process of saving the object state into
output stream.
Deserialization is the process of getting the object state
from output stream.
| Is This Answer Correct ? | 9 Yes | 8 No |
Answer / java pro
serialization is a serial and ization which together means
that no serial without ization.
| Is This Answer Correct ? | 1 Yes | 5 No |
Is it possible for yielded thread to get chance for its execution again ?
Can an interface have a constructor?
How do constructors use this() and super()?
What are sets in java?
What does singleton mean in java?
What are the differences between this and super keyword?
What is class and its types?
Is multiple inheritance allowed in Java? Why ?
What is a class variable?
How do you create a bulleted list?
How does arrays sort work in java?
Which is better stringbuffer or stringbuilder?