Answer Posted / baskar
Introduction
Serialization is the process of saving an object in a
storage medium (such as a file, or a memory buffer) or to
transmit it over a network connection in binary form. The
serialized objects are JVM independent and can be
re-serialized by any JVM. In this case the "in memory" java
objects state are converted into a byte stream. This type of
the file can not be understood by the user. It is a special
types of object i.e. reused by the JVM (Java Virtual
Machine). This process of serializing an object is also
called deflating or marshalling an object.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between vector and arraylist.
Why do we need data structure in java?
What do you mean by aggregation?
Give a brief description of java socket programming?
What are functions in java?
What is meant by class?
What are packages in java?
Difference between object instantiation and construction ?
Can we have multiple classes in single file ?
What is preparedstatement in java?
What is the difference between choice and list?
What are the 6 functions?
What does opcode mean?
What is an off by one error in java?
Explain the inheritance?