What is the difference between serialization and
deserialization?
Answer Posted / arpitsen
Serialization and Deserialization are complementing to each
other.
Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What is meant by null and void?
Why super is first line in java?
What is sortedmap in java?
Write a program in java to establish a connection between client and server?
Define max and min heap, also the search time of heap.
Why stringbuilder is not thread safe?
What is the difference between stored procedure & function?
Can you start a thread twice in Java?
Why static functions are used?
What is a instance variable?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Is java hard to learn?
Is void a keyword in java?
Give us a program to check for parenthesis matching using stack.
What is java lang object?