Answer Posted / varsha pandey
Serialization is the process of converting a data structure
or object into a sequence of bits so that it can be stored
in a file, a memory buffer, or transmitted across a network
connection link to be "resurrected" later in the same or
another computer environment. When the resulting series of
bits is reread according to the serialization format, it can
be used to create a semantically identical clone of the
original object.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I run a java program from the command line?
What does public static void main(string[]) mean?
What is a controller in java?
What if the main method is declared as private?
What is cache in java?
Why is struts used in java?
What do you mean by exception handling?
How does java handle integer overflows and underflows?
Why java is better than node.js?
I run a web server. Am I at risk? : java security
What are the risks in java security? : java security
Which class is the superclass of every class?
What is the use of servlet in java?
What is java web application?
What is stateful in java?