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 super?

581


What does split function do in java?

530


What is the use of protected in java?

532


What occurs when an object is constructed?

567


What does \ mean in regex?

619






Tell us something about different types of casting?

519


What is string literal in java?

553


What must a class do to implement an interface in java programming?

533


What is the use of hashmap in java?

547


How do you know if a value is nan?

562


What is ascii format?

548


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

508


explain autoboxing in java?

593


What is Recursion Function?

637


Is void a data type?

534