Why we need to serialize the object
Answer Posted / bindhu
Whenever an object is to be sent over the network, and
moreover if the state of an object is to be saved, objects
need to be serialized...
| Is This Answer Correct ? | 63 Yes | 2 No |
Post New Answer View All Answers
Difference between method overloading and method overriding in java ?
What does sizeof return?
What is thread pool in java with example?
What is a local block?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
How can you write a loop indefinitely in java programming?
Can we sort list in java?
What is hash code collision?
Which is better list or arraylist in java?
What is the base class in java from which all classes are derived?
What is local variable and instance variable?
What are the advantages of java over cpp?
Define max and min heap, also the search time of heap.
How can I debug the Java security exceptions and AccessControlExceptions?
Do I need to import java.lang package any time? Why?