What is the difference between serialization and
deserialization?

Answers were Sorted based on User's Feedback



What is the difference between serialization and deserialization?..

Answer / arpitsen

Serialization and Deserialization are complementing to each
other.

Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.

Is This Answer Correct ?    25 Yes 1 No

What is the difference between serialization and deserialization?..

Answer / ravikiran(aptech mumbai)

serialization is the process of saving the object state into
output stream.

Deserialization is the process of getting the object state
from output stream.

Is This Answer Correct ?    9 Yes 8 No

What is the difference between serialization and deserialization?..

Answer / java pro

serialization is a serial and ization which together means
that no serial without ization.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Core Java Interview Questions

State some situations where exceptions may arise in java?

0 Answers  


What is constructor

9 Answers   Manforce, Tech Mahindra,


Differentiate between nested and inner class in java.

0 Answers   Akamai Technologies,


Is java 1.7 the same as java 7?

0 Answers  


What is regex in java?

0 Answers  






how can you say that java is independ language

2 Answers   TCS, Wipro,


What is isa relationship?

0 Answers  


What is a website container?

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,


Can sleep() method causes another thread to sleep?

0 Answers  


What is difference between float and double?

0 Answers  


Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


Categories