Why we need to serialize the object
Answer Posted / ragunath
Serialization is the process of saving the state of an object by converting it to a stream of bytes.the main purpose of serialize the object is to save the state of an object in order to have the ability to recreate the same object when required.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
If a method is declared as protected, where may the method be accessed?
What is the use of runnable interface?
What is method overloading with type promotion?
Define class?
What is the public field modifier?
Is static a keyword in java?
What is generics in java interview questions?
Explain list interface?
what is the difference between yielding and sleeping? : Java thread
What are daemon Threads in java?
What is meant by bytecode?
What type of language is java?
What is try-with-resources in java?
How can u increase the heap size in the memory?
Explain the difference between the public, private, final, protected, and default modifiers?