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
Explain importance of inheritance in java?
Write a program to reverse a number in java?
What is the benefit of inner classes in java?
What is thread safe in java?
What does index mean in java?
Why scanner is used in java?
What is the difference between multitasking and multithreading in Java
What is string intern in java?
Is null a string or object in java?
Does java linked list allow duplicates?
What is bean? Where it can be used?
What is externalizable?
What is main string [] args?
How do you check if a number is a perfect square?
What is the difference between comparison done by equals method and == operator?