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
What is join () in java?
Is it possible to override private or static method in java?
What is this keyword used for?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Which is fastest collection in java?
What are the advantages of java inner classes?
Which is better singleton or static class?
How to avoid memory leak in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Explain the Propertie sof class?
What is ellipsis in java?
What does a method signature consist of?
In how many ways we can create threads in java?
What is a 16 bit word?
What is the need of transient variables in Java ?