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 an infinite loop? How infinite loop is declared?
What are 5 boolean operators?
What are the 8 primitive data types in java?
What is an arraylist in java?
Why does java does not support multiple inheritance? Explain
Can we convert list to set in java?
Name some OOPS Concepts in Java?
Why main method is static in java?
What is the hashcode () and equals () used for?
What is the use of flag?
What is the default value of an object reference declared as an instance variable?
What is volatile keyword in java
Is hashmap thread safe?
When should we create our own custom exception classes?
How do you define a parameter?