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 |
how we can write the string concatenation program in java.
Which containers use a flowlayout as their default layout in java programming?
Does sprintf add a null terminator?
What are the types of java languages?
What is the use of bin and lib in JDK?
What is advantage of using threads?
Where can I find data structures question and answers with comprehensive working code written in Java
Do loops java?
What is thread count in java?
Is string is a data type in java?
Does java support function overloading, pointers, structures, unions or linked lists?
Write code of any action class?