Answer Posted / ranganathkini
Serialization is the process of translating a state of an
object into a stream of bytes.
The process of reconstructing an object from a stream of
bytes that represent its serialized state is called
de-serialization.
Serialization is mostly used when the state of objects have
to be written to persistent storage for later retrieval or
for transfer over a network.
| Is This Answer Correct ? | 60 Yes | 4 No |
Post New Answer View All Answers
Describe the process as to how substring() methodology mechanisms in java.
Explain the features of java?
What is javac in java?
Does java isempty check for null?
Difference between Linked list and Queue?
What is string [] args?
What is the default access specifier for variables and methods of a class?
What are the special characters?
What is an object in java?
Can we override tostring method in java?
Can vector have duplicates in java?
How do you use compareto in java?
Can we assign null to double in java?
Difference between keyword and identifier.
What are loops in java?