Why we need to serialize the object
Answer Posted / ragunath
Serialization is the process of saving the state of an object by converting it to a stream of bytes.the main purpose of serialize the object is to save the state of an object in order to have the ability to recreate the same object when required.
Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Explain the available thread states in a high-level?
In java, what is the difference between method overloading and method overriding?
What is final variable?
What is finalize method?
What is the final class modifier?
What do you mean by formatting?
Is arraylist sorted in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is a class component?
What is tostring () method?
Are functions objects in java?
What is the purpose of static keyword in java?
What is meant by design patterns?
What is meant by object?
How define set in java?