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
Can memory leak happen java?
What are new features introduced with java 8 ?
List down the methods and interfaces of collection class in java.
What are the important features of Java 11 release?
What are methods of a class?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
why are there separate wait and sleep methods? : Java thread
What restrictions are placed on method overloading?
Explain about interrupt() method of thread class ?
What is difference between calling start() and run() method of thread?
What is blank final variable?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is object data type?
What is the synonym of framework?
What is the integer of 16?