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 the difference between call by reference and call by pointer?
Can we assign integer value to char in java?
Wha is the output from system.out.println(“hello”+null); ?
What is void data type?
What is the meaning of find and replace?
How to make a write-only class in java?
What is stringwriter?
What is the difference between compile-time polymorphism and runtime polymorphism?
What is core java called?
Can you explain inner class.
Can we have more than one package statement in the source file?
What value is a variable of the string type automatically initialized?
Can a class extend 2 classes in java?
What are basic keywords?
What is string builder?