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 is the use of coding?
What are the differences between throw and throws?
What is bufferedreader in java?
What is the difference between the paint() and repaint() methods in java programming?
Which browsers work with java?
What is thread synchronization in java?
What is a modifier?
What do you mean by inner class in java? Explain
Is class forname reflection?
What is set and get methods in java?
What’s a deadlock?
Can substring create new object?
Is java pass by value or pass by reference?
Can you add null to a list java?
What are the three types of design patterns?