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
Explain what access modifiers can be used for methods?
What is instance example?
What are data structures in java?
How do you represent a space in regex java?
Can you access the private method from outside the class?
Why synchronization is important in java?
Can substring create new object?
What do you mean by a JVM?
What are the restriction imposed on a static method or a static block of code?
What is a jagged array in java?
How do you invoke a method?
What is palindrome in java?
Explain the selection sort algorithm?
What is the difference between length and length() method in java?
What differences exist between iterator and listiterator?