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
How can an exception be thrown manually by a programmer?
What is functional interface in javatpoint?
What is api in java?
How do you allocate memory to object?
Why singleton class is used in java?
Is sizeof a preprocessor?
Why java strings are immutable in nature?
What is ‘has a’’ relationship in java?
What is a map? What are the implementations of map?
What is the purpose of a volatile variable?
What is the epoch date?
What is a container in a gui?
What is a parameter in simple terms?
How many decimal places is a double?
What is early binding and late binding in java?