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
What is difference between iterator and enumeration in java?
Differentiate between class and structure.
What is a loop java?
Write a program to print fibonacci series up to count 10.
Explain the importance of throws keyword in java?
What do you mean by order of precedence and associativity?
What is JFC?
What is considered an anti pattern?
Can list have duplicates in java?
What is the difference between method and means?
Does java linked list allow duplicates?
What is an interoperable application in java ?
What is the Difference between Final Class && Abstract Class?
What happens when a thrown exception is not handled?
what is the difference between the methods sleep() and wait()? : Java thread