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 |
What is the list interface in java programming?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
what is prepare statement? what is calabedtarement?
Difference between default and protected access specifiers?
Difference between abtsract & final
Why string is immutable or final in java
Write a program to check for a prime number in java?
Explain the difference between comparator and comparable in java?
Difference between local and global transaction ?
What is the role of the java.rmi.naming class?
What comes to mind when someone mentions a shallow copy in java?
Superclass of exception