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

When do you create an index?

0 Answers  


What is independent and dependent variables in research?

0 Answers  


What does int argc char * argv [] mean?

0 Answers  


which methods consisting of the serilizable interface?

3 Answers  


what is the use of Clonable,and serializable interface?

1 Answers  






What is meant by wrapper classes?

3 Answers  


How to create a custom exception?

0 Answers  


What is yield () in java?

0 Answers  


How to Sort Strings which are given in List and display in ascending order without using java api.

1 Answers   LIC,


Define a java class.

1 Answers  


How objects of a class are created if no constructor is defined in the class?

0 Answers  


What is the basic functionality of DataOutput interface in java?

2 Answers   TCS,


Categories