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
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is unicode with example?
What is a percentage sign called?
What is static keyword?
What is difference between == and === in js?
What does file separator do in java?
Is there a jre for java 11?
Can we declare a class as static?
Explain constructors and types of constructors in java.
Can a constructor be made final?
How many types of literals are there in JAVA?
What do you mean by compiler?
Which types of exceptions are caught at compile time?
State two differences between C and Java.
What does pointer mean?