Why we need to serialize the object
Answer Posted / balaji
when ever an object's state needs to be saved to retrieve it
after some time we need to serialize the object.
Serialization is the process of writing the state of an object
to the stream.
The state of an object will be available in instance variables.
Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
What do you mean by chromounits in java8?
What is a blocking method in Java?
State some advantages of java?
What is the best definition for data?
Which package has light weight components in java programming?
What is the use of beaninfo?
How do you decide when to use arraylist and linkedlist?
When is the finalize() called? What is the purpose of finalization?
What are JVM.JRE, J2EE, JNI?
What are facelets templates?
Can you sort a list in java?
How does multithreading take place on a computer with a single cpu in java programming?
How do listeners work?
What are loops in java?
What are the Class Libraries ?