Why we need to serialize the object
Answer Posted / balaji
when ever an object's state needs to be saved to retrieve it
after some time we need to serialize the object.
Serialization is the process of writing the state of an object
to the stream.
The state of an object will be available in instance variables.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
How is tree Mirroring implemented?
Is main is a keyword?
Can keyword be used as identifier?
what is the difference between preemptive scheduling and time slicing? : Java thread
How do you read a char in java?
Can a class with private constructor be extended?
What are exception handling keywords in java?
Can we extend private class in java?
What are invisible components?.
What is the difference between static and non-static variables in java programming?
What is unicode full form?
Why vector class is used?
Explain enumeration in java?
What are the steps that are followed when two computers connect through tcp?
What is array initialization in java?