Answer Posted / mohan
The process of saving the state of the object in the byte
stream and send it over the network.. it is really useful in
cases like if u want to transfer object state over the
network..and at the receiving end we can deserialize it and
restore the object state .. but here u need to explicitly
type cast into desired object..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a dynamic array in java?
What is method in java ?
Explain wait() method of object class ?
What is unmodifiable list in java?
Why is java architectural neutral?
What is difference between static class and singleton pattern?
Explain the private field modifier?
What does g mean in regex?
What is an argument in java?
What is high level language in computer?
What are namespaces in java?
What is executor memory?
What is meant by class?
Is a boolean 1 bit?
Is array passed by reference in java?