Answer Posted / qim2010
Serialization is a process of reading or writing an object.
It is a process of saving an object’s state to a sequence of
bytes, as well as a process of rebuilding those bytes back
into a live object at some future time. An object is
marked serializable by implementing the java.io.Serializable
interface, which is only a marker interface -- it simply
allows the serialization mechanism to verify that the class
can be persisted, typically to a file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Are there tuples in java?
What is ibatis in java?
What java systems libraries and methods are available for me to use?
Is java secure? : java security
What is a pojo class in java?
Is java an api?
What is stateful in java?
How do I find jre version?
What is a container in java?
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
What is savepoint in java?
What is jsr in java?
What is setstring method in java?
What is messaging queue in java?
can a program use more than one command-line argument?