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
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
How do you convert string to int in java?
What is Java Shutdown Hook?
What is used of static keyword in java?
What is a java applet? What is an interface?
What are the rules for naming an array?
How to make a write-only class in java?
Can we override final method?
What is the purpose of encapsulation?
Why string objects are immutable in java?
What differences exist between iterator and listiterator?
How do you calculate roots in java?
Explain features of interfaces in java?
In how many ways we can do exception handling in java?
Can a abstract class be declared final?