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 is a portable component?
Are enterprise beans allowed to use thread.sleep()?
diffrence between jsp and servelts.
Can I map more than one table in a cmp?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
What is the name of the state, when a thread is executing?
What is the difference between system.out ,system.err and system.in?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
What is the highest-level event class of the event-delegation model?
whats is mean by object and class?
What is multi-tasking? Types?
What is the relationship between an event-listener interface and an event-adapter class?