Answer Posted / ranganathkini
Serialization is the process of translating a state of an
object into a stream of bytes.
The process of reconstructing an object from a stream of
bytes that represent its serialized state is called
de-serialization.
Serialization is mostly used when the state of objects have
to be written to persistent storage for later retrieval or
for transfer over a network.
| Is This Answer Correct ? | 60 Yes | 4 No |
Post New Answer View All Answers
How do I stop concurrentmodificationexception?
What is the difference between import java.util.date and java .util?
Can you call a method in a method?
What is the output of the below java program?
How does arrays sort work in java?
Can we override constructor in java?
Difference between predicate, supplier and consumer ?
What about main thread in java?
What are different type of exceptions in java?
How java uses the string and stringbuffer classes?
Can you instantiate the math class?
What are the two categories of data types in the java programming language?
How many arguments can a method have java?
What is the hashcode () and equals () used for?
What is the purpose of the system class in java programming?