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 |
Differences between intermediate operations and terminal operations of java 8’s stream api?
Where is singleton design pattern used in java?
what is major difference between component and object?
When do we go for java 8 stream api? Why do we need to use java 8 stream api in our projects?
What are the authentication modes in asp.net? : java security
What is the content of the Java 2 security policy file?
what is jdbc?
What if the main method is declared as private?
Can an application have multiple classes having main method?
What are java’s rules regarding tabs, spaces and newline characters?
What is transaction management in java?
What is jdk for netbeans ide?