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
What is hashtable and explain features of hashtable?
What is the output of the below java program?
Can finally block be used without a catch?
Is linkedlist thread safe in java?
What is the difference between Java1.4 and Java1.5
Where can I find jdk in my computer?
How many digits can a float hold?
What is return data type?
Can you sort a list in java?
Can we use static class instead of singleton?
why using interface interface ?
What is generic type?
Which package is used for pattern matching with regular expressions?
What does n mean in java?
What is oop in java?