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 java net url?
What is a jvm?
What is lsdou? : java security
What is flatmap in rxjs?
Is openjdk the same as jdk?
How do I install jdk?
cant we call run() method directly instead of calling indirectly through the start() method ? if we do so then what is the problem ?
How can I protect myself? : java security
How can the static main method use instance variables?
How can I write a program that takes command line input?
How do I run a java program from the command line?
Is it better to learn java or python?