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 |
How to add new JTabbed pane?
how i secure my site with the https protocol.what are the steps?
what are RemoteObjects?
function of extends and implements keywords?
What value does read() return when it has reached the end of a file?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What must a class do to implement an interface?
what are the activation groupworks?
What is the main functionality of RRL(Remote Reference Layer)?
What state does a thread enter when it terminates its processing?
Difference Between getRequest and PostRequest?
What method MUST be implemented by all threads?