What is the difference between serialization and
deserialization?
Answer Posted / 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 |
Post New Answer View All Answers
What is a flag and how does it work?
What is number data type?
What is bool mean?
Difference between concurrent hashmap and hashtable and collections
Can keyword be used as identifier?
How many characters is 2 bytes?
What access modifiers can be used for class ?
How do you define a variable?
What is :: operator in java 8?
How to optimize the javac output?
Why singleton pattern is better than creating singleton class with static instance?
Can we override the static method?
What is the integer of 16?
How do you start a thread?
Can we define private and protected modifiers for variables in interfaces?