How is serialization used generally ?
Answers were Sorted based on User's Feedback
Answer / m. abhishek
serialization is used to persist the state of an Oject.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / venkat
Objects need to be serialized When they are sent over the
network, when the state of an object is to be saved.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / anjali
Converting an object to bytes and bytes back to the object is Serialization.
Thanks,
Anjali,
Java SE 8 Certified Programmer @ http://www.courseing.com/learn/java-online-training-for-beginner
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the different class loaders used by jvm?
Which class is the immediate superclass of the menucomponent class?
Explain the methods of Naming class, rebind( ) and lookup()?
can any one tell me how to learn good coding techniques
What do you know about seam?
How many times may an objects finalize() method be invoked by the garbage collector?
Why use a datasource when you can directly specify a connection details?
What is the immediate superclass of the applet class?
In howmany ways a thread can be created?
What is synchronization and why is it important?
What is JNI?
Can a thread be a member of another thread?