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
Is java jre still free?
What is reflexive association?
Why stringbuilder is not thread safe?
Explain the Propertie sof class?
Where are the card layouts used?
Why we use protected in java?
How to store image in arraylist in java?
Which category the java thread do fall in?
Which sorting algorithm is best in java?
Is void a data type in java?
What are the advantages of functions?
What is java util concurrentmodificationexception?
Can an interface be final?
Why object class is super class for every class in java?
What is a vararg?