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 are the override methods in Object class?

2 Answers   Tech Mahindra, Wipro,


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


What is the purpose of java?

1 Answers  


WHAT IS JDK,JVM,CLASS DEFINE ALL?

2 Answers  


why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?

2 Answers  


Difference between abstract class and Interfaces?

7 Answers   CTS, iFlex, PA Consulting, Sai Softech, Value Chain,


What are the steps in the jdbc connection?

1 Answers  


How many types of thread in java? give the name

13 Answers   Cisco, NIIT,


What is linked hashmap and its features?

1 Answers  


What is immutable class in java?

1 Answers  


My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?

3 Answers   IBM, TCS,


What are the basic control structures?

1 Answers  


Categories