Explain the term serialization?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between static method and instance method in Java?

574


What do you mean by composition in java?

572


What access modifiers can be used for class ?

546


What is the difference between Java1.4 and Java1.5

1833


What is the purpose of using the java bean?

574






what is difference betweem home interface and remote interface?

2120


Does java runtime require a license?

579


What is the implementation of destroy method in java. Is it native or java code?

489


How to print nodes of a Binary tree?

1756


Explain scope or life time of local variables in java?

562


What are the four corner stones of oop?

549


Give the hierarchy of inputstream and outputstream classes.

622


What is internal iteration in java se 8?

631


which class is the wait() method defined in? : Java thread

525


How can we create a thread in java?

589