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
Can we convert list to set in java?
Explain the Propertie sof class?
What is the primitive type short?
Is there is any difference between a scrollbar and a scrollpane?
what happens when a thread cannot acquire a lock on an object? : Java thread
What are the types of web technologies?
State some advantages of java?
What is nullpointerexception in java?
What is the difference between serial and throughput garbage collector?
Can we have static methods in an interface?
What is the use of optional ?
What is the difference between hashmap and hashtable in java?
What is the length of a string?
Why java is secure? Explain.
what is object-oriented programming in java?