Why we need to serialize the object

Answer Posted / sivadasan

Serialization is a process of writing the state of an
object to the byte stream and also its used to store the
state of an Object (such as a file or memory buffer). Its
for security purpose to send an object on the network.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread

765


How do you convert string to int in java?

772


What is Java Shutdown Hook?

838


What is used of static keyword in java?

774


What is a java applet? What is an interface?

862


What are the rules for naming an array?

734


How to make a write-only class in java?

797


Can we override final method?

751


What is the purpose of encapsulation?

742


Why string objects are immutable in java?

812


What differences exist between iterator and listiterator?

817


How do you calculate roots in java?

778


Explain features of interfaces in java?

775


In how many ways we can do exception handling in java?

789


Can a abstract class be declared final?

784