What is meant by serialisation and deserialisation?
Answer Posted / ravikiran(aptech mumbai)
serialization is a process of saving the object into an
outputstream
deserializaton is a process of retrieving the object from
the outputstream
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference overloading and overriding?
Does java support Operator Overloading?
What is finally block?
What is binary search in java?
What does %4d mean in java?
How many bytes is string in java?
Is alive and join method in java?
Is singleton thread safe in java?
What are the advantages of java over C++?
Describe the Big-O Notation.
What is binary tree in java?
Is a char always 1 byte?
How to make object serializable in java?
When arithmeticexception is thrown?
Are true and false keywords?