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
I want to print “hello” even before main is executed. How will you acheive that?
Can we create a constructor in abstract class?
Why is multithreading important?
How to sort elements in a parallel array in java?
What are the two main uses of volatile in Java?
Can we override private method in java?
What is return null in java?
Write a code to create a trigger to call a stored procedure
Give any two differences between C++ and java.
Convert Binary tree to linked list.
Is 0 an irrational number?
What is the longest unicode character?
Is null false in java?
What happens if constructor is private?
Is 0 a prime number?