How is serialization used generally ?

Answers were Sorted based on User's Feedback



How is serialization used generally ?..

Answer / m. abhishek

serialization is used to persist the state of an Oject.

Is This Answer Correct ?    7 Yes 0 No

How is serialization used generally ?..

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

How is serialization used generally ?..

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

Post New Answer

More Advanced Java Interview Questions

what is a portable component?

1 Answers  


Are enterprise beans allowed to use thread.sleep()?

1 Answers  


diffrence between jsp and servelts.

6 Answers  


Can I map more than one table in a cmp?

1 Answers  


if i know the lenght of collection in hand, should I use Array or Arraylist? justify

1 Answers   iTrust,


What is the name of the state, when a thread is executing?

4 Answers  


What is the difference between system.out ,system.err and system.in?

1 Answers  


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?

1 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,


What is multi-tasking? Types?

1 Answers  


What is the relationship between an event-listener interface and an event-adapter class?

1 Answers  


Categories