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 an example of a keyword?
What is a nested structure?
How do you stop a thread in java?
What does it mean that a class or member is final?
What is the file extension for java?
What does isempty () do in java?
What is the benefit of abstract class?
How does class forname work in java?
Why is multithreading important?
What is the use of math abs in java?
What is difference between float and double?
Differentiate between the constructors and methods in java?
what is the difference between Object Based Language and Object Oriented Language?
How do you calculate square roots?
What is run time allocation?