What is the difference between serialization and
deserialization?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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?
WHAT IS JDK,JVM,CLASS DEFINE ALL?
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?
Difference between abstract class and Interfaces?
7 Answers CTS, iFlex, PA Consulting, Sai Softech, Value Chain,
What are the steps in the jdbc connection?
How many types of thread in java? give the name
What is linked hashmap and its features?
What is immutable class in java?
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?
What are the basic control structures?