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

What is difference between class and object in java?

0 Answers  


What are uses of Hash Code?

2 Answers   Cognizant,


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What are the four integer types supported by java?

0 Answers  


Mention a package that is used for linked list class in java.

0 Answers  






Different types of modifiers?

8 Answers   RoboCom,


Explain the different forms of polymorphism?

0 Answers  


What are bind parameters?

0 Answers  


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

0 Answers  


Explain about global variables in Java?

3 Answers  


What is difference between length and length() method in java ?

0 Answers  


For technical interview question please sir send me because tomorrow my interview

1 Answers   FactSet Systems,


Categories