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 happens if we override only equals?
Is sizeof a preprocessor?
Is null == null in java?
How much ram can a 64 bit processor theoretically?
If a variable is declared as private, where may the variable be accessed?
Explain about oops concepts.
What does jenkins do?
What is a "pure virtual" member function?
Explain about java sdk?
Why isn’t there operator overloading?
Explain wait(), notify() and notifyall() methods of object class ?
Is nullpointerexception checked or unchecked?
What is character in data type?
What does ide stand for?
Explain the difference between hashmap and hashtable in java?