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
What are scriptlets?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is difference between null and void?
Give us a program to check for parenthesis matching using stack.
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is the size of string?
Why are pointers not secure?
What is thread pool in java with example?
What are parsing rules?
Explain wait(), notify() and notifyall() methods of object class ?
What is the size of a string in java?
I want to persist data of objects for later use. What’s the best approach to do so?
How many bits is a boolean?
What is the difference between a break statement and a continue statement?
What is an accessor?