What is the difference between serialization and
deserialization?
Answer Posted / 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 |
Post New Answer View All Answers
Is empty string in java?
How many types of parsers are there?
What are different types of multitasking?
Name few "optional" classes introduced with java 8 ?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can list be null in java?
Why char array is favored over string for the storage of passwords?
How to pass arraylist to stored procedure in java?
How is hashset defined in java?
How is java hashmap implemented?
What do you understand by the term singleton?
How do you delete a list in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What are the two types of java?
What is instance synchronization?