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
What is tight coupling in java?
Which instutute is offering course for rhino jain slee
What is javabeans api?
Is jdk required for netbeans?
What is stateless object in java?
Explain the inheritance principle.
What is adoptopenjdk?
Why java is better than node.js?
What is a service layer in java?
What are tlds in java?
Can we write lambda without functional interface?
What are the advantages of java sockets?
Which version of my browser should I use? : java security
what are the different phases in delivering the project during development and maintenance?
What is class forname java?