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 substring() method of string class create memory leaks?
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
what is a non-repeatable read?
What are the different class loaders used by jvm?
can we write implementation for a method with in another method?
What is a layout manager?
What are the steps involved in developing an RMI object?
what is heepStored?
how the action can be map from jsp page to bean class in mvc1
how convert java file to jar files?
what is stringBuffer and StringBuilder?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work