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 java lang string?
Difference between arraylist and vector.
How many types of parsers are there?
What is the concatenation operator in java?
What are the different types of data structures in java?
Can you explain the usages of class.forname()?
What is boolean query?
What is super keyword explain with example?
What are the features of java?
What is the use of pattern in java?
Why is stringbuffer faster than string?
What are the restriction imposed on a static method or a static block of code?
What is implicit object in java?
What is meant by data hiding/encapsulation?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?