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 three ways in which a thread can enter the waiting state? : Java thread
What are peerless components in java programming?
How do I stop concurrentmodificationexception?
How to store image in arraylist in java?
What is time complexity java?
What is the difference in between cpp and java? Can u explain in detail?
Explain what is encapsulation?
Explain about field hiding in java?
How many types of threads are there in java?
How can you handle java exceptions?
Explain the difference between a Thread and a Process.
How to Sort Strings which are given in List and display in ascending order without using java api.
List primitive java types?
What’s the difference between constructors and other methods?
What is the collection interface?