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 |
Why there are no global variables in java?
What is jndi datasource in java?
What is mq in java?
How do I run a java project?
Are streams faster than for loops?
What is the most important feature of java?
What is jpa implementation?
What is dto in java?
What is cdi bean in java?
What is class path in java?
What is serializable in java?
What is jersey in java?