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
What are the basic interfaces of java collections framework?
Why hashmap is used in java?
Can you access non static variable in static context?
List some important characteristics on jre
What is adapter in java?
Which sorting algorithm is in place?
What is collections framework?
Can arraylist hold different types java?
What about static nested classes in java?
Is array primitive data type in java?
Is java type safe?
How do you detect memory leaks?
Can constructor be static or final?
How do you compare characters in java?
What is hasnext in java?