What is meant by serialisation and deserialisation?
Answer Posted / vijayakumar chinnasamy
Serialization : means storing the object into persistenece
storage like seconday memory ,files.
Deserialization : means restoring the persistent object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define an enumeration?
What are java annotations?
Why is a singleton bad?
When should I use stringbuffer?
What is a numeric literal?
How can a gui component handle its own events in java programming?
What are the steps involved to write rmi based programs?
What is boolean keyword in java?
Give a practical example of singleton class usage?
What is the base class of all classes?
How many bytes are a float?
What is the difference between menuitem and checkboxmenu item?
If you do not want your class to be inherited by any other class. What would you do?
what is aggregation in java?
Is java util regex pattern thread safe?