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 are untrusted applets?
Why can't you declare a class as protected?
Why charat is used in java?
How thread scheduler schedule the task?
Define immutable object?
What is the difference between applet and application?
How do I stop concurrentmodificationexception?
How do generics work?
What is deserialization?
Can we override protected method in java?
Why null value is used in string?
What does += mean in java?
Why is java multithreaded?
What is a java developer salary?
When is the finally clause of a try-catch-finally statement executed?