What is the difference between serialization and
deserialization?
Answer Posted / 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 |
Post New Answer View All Answers
How many types of variables are there?
What is field name?
Write a method to check if input string is palindrome?
Explain about data types?
What is compareto () in java?
What is variable and constant explain with example?
What is t type java?
Explain an algorithm to find depth of a binary tree.
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
In java, how we can disallow serialization of variables?
Can we store variables in local blocks?
What is the difference between processes and threads?
How to handle a web browser resize operation?
What are the features of java?
What is JFC?