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 number data type?
What is final class?
What is string syntax?
What is core java used for?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
If two threads have same priority which thread will be executed first ?
what is use of functional interface in java 8?
Can a final method be overloaded?
What does 3 dots mean in java?
What is a layout manager and what are different types of layout managers available in java awt?
How do you delete a list in java?
What is * argv?
What is static data type in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?