Explain the term serialization?

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


Please Help Members By Posting Answers For Below Questions

What is the file type?

561


what do you mean by marker interface in java?

547


What are different types of expressions?

556


What about member inner classes?

636


Should a main method be compulsorily declared in all java classes?

536






What all access modifiers are allowed for top class ?

715


Print Vertical traversal of a Binary Tree.

612


What is google full form?

540


What is a control variable example?

534


Explain about public and private access specifiers?

540


How do you check if two strings are equal in java?

589


What is the java project architecture?

1788


What is linked hashmap and its features?

548


Can a class have 2 constructors?

504


Does java have a compiler?

561