Why we need to serialize the object
Answer Posted / sreenivasulu
if you don't serialize and send ur data over the network
there may be loss of data.
say for example if you declare your variable as a transient
and sent over network you will loose the data.
Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is the purpose of static methods and static variables?
How big is a boolean?
What is gc()?
What is a null check?
What is the difference between a method and a function in alice?
What is the difference between JDK and JVM?
Is array primitive data type in java?
What is meant by structural programming?
Can I declare a class as private?
What is quick sort in java?
What is the purpose of skeleton and stub?
What’s a deadlock?
What is the concatenation operator in java?
How do you compare objects in java?
What is command line argument