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
Mention a package that is used for linked list class in java.
Can you achieve runtime polymorphism by data members?
What is an interface in java? Explain
How do you convert an int to a double in java?
How does multithreading take place on a computer with a single cpu?
Can a class have a static inner class?
Can you sort a list in java?
What is a default constraint?
State one difference between a template class and class template.
Explain garbage collection in java?
How to add menushortcut to menu item?
What does the “static” keyword mean?
What is byte value?
Why do I need to declare the type of a variable in java?
Differences between traditional programming language and object oriented programming language?