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 does queue work in java?
How do you check if an arraylist is not empty?
What is final method?
What is the original name of java?
Write a program to print count of empty strings in java 8?
How does hashset works in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Explain the difference between an object-oriented programming language and object-based programming language?
what do you mean by marker interface in java?
What do you meant by active and passive objects?
What is the difference between method overriding and overloading?
What do you understand by weak reference?
What is general methodology?
How we create object in copy constructor?
How is string stored in java?