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 rmi and steps involved in developing an rmi object?
Explain an intermediate language?
Can we extend singleton class in java?
What is continuity of a function?
How many decimal digits is 64 bit?
Explain public static void main(string args[]).
what is inner class in java?
How are variables stored in memory?
What do you meant by active and passive objects?
What is difference between Heap and Stack Memory?
how to deploy apache tomcat server to weblogic server in java
Using callable statement how can you pass out parameters, explain with example?
Why main() method is public, static and void in java ?
Describe different states of a thread.
what is the difference between the methods sleep() and wait()? : Java thread