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
What is difference between equal and == in java?
What are passing parameters?
What is parsing a string?
What access modifiers can be used for methods?
Why destructor is not used in java?
What is a Presistent Object?
Explain java coding standards for constants?
What is bean? Where it can be used?
How do you remove an object from an arraylist in java?
Can we use string in the switch case?
What are parsing rules?
what is meant by Garbage collection?
What is the format specifier?
What is the new line character?
What is operator overloading. Is it is supported in java?