what is the serialization?
Answers were Sorted based on User's Feedback
Answer / varsha pandey
Serialization is the process of converting a data structure
or object into a sequence of bits so that it can be stored
in a file, a memory buffer, or transmitted across a network
connection link to be "resurrected" later in the same or
another computer environment. When the resulting series of
bits is reread according to the serialization format, it can
be used to create a semantically identical clone of the
original object.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / krishana bihari singh
Serialization is use for convert to object in byte form
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between lambda expression and anonymous methods?
What are the new features about Java se 8 ?
What is tier in java?
What is meant by code profiling?
Is eclipse a jdk?
Why doesn't lsdou work under windows nt? : java security
Explain issues of old java date api?
Is lambda functional programming?
What is java lang noclassdeffounderror?
What do I need to install netbeans?
What is jsr in java?
When a thread is created and started, what is its initial state?