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 advantages of exception handling in java?
What is a platform?
Which eclipse is best for java?
Can you run java program without main method?
How many bytes is a unicode character?
Does string isempty check for null?
What is the difference between choice and list?
What is static data type in java?
Does a function need a return?
What modifiers may be used with a top-level class?
What are different types of multitasking?
Explain the difference between an object-oriented programming language and object-based programming language?
Why parsing is done?
What do you mean by inner class in java? Explain
Is set ordered?