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 ?    6 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 ?    5 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 1 No

Post New Answer

More Advanced Java Interview Questions

Is the session factory thread safe?

0 Answers  


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


What are skeletons and stubs and how they are generated?

2 Answers  


Thread life cycle?

3 Answers   TCS,


Name three component subclasses that support painting?

0 Answers  






Why do I get a duplicate name error when loading a jar file?

0 Answers  


What is the difference between session and entity beans?

0 Answers  


What value does readline() return when it has reached the end of a file?

0 Answers  


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  


How to do registration form using struts and hibernate?

1 Answers  


What is local interface. How values will be passed?

0 Answers  


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


Categories