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
How does hashset work in java?
What do you mean by Hash Map and Hash Table?
How will you serialize a singleton class without violating singleton pattern?
What is the similarity between dynamic binding and linking?
explain local datetime api in java8?
Can a class be defined inside an interface?
What is final keyword in java? Give an example.
Can we define private and protected modifiers for variables in interfaces?
Difference between static synchronization vs. Instance synchronization?
What do you mean by constructor?
What is meant by tab pans?
How would you convert bytes to string?
What do you mean by chromounits in java8?
What is callable java?
Explain importance of throws keyword in java?