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
List some java keywords sun like c, c + + keywords?
What is immutable data?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What are the 2 types of java programs?
What are java packages? What is the significance of packages?
What is string intern in java?
Say any two properties in beans?
Is empty set an element of empty set?
What is a treemap in java?
Give a brief description of java socket programming?
How many unicode characters are there?
What is generic type?
What does string intern() method do?
What is private static in java?
What are the major drawbacks of external iteration?