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
How do you type the lambda symbol?
Is jdk required for netbeans?
Can you compile java into exe?
What is java api?
What's the difference between authentication and authorization? : java security
What is reflection in java?
How do you find lambda?
Explain the inheritance principle.
What does @override mean in java?
Is jar an executable?
What is a singleton in java?
How do I enable javascript?
How do you create a jar file?
What is a cookie in java?
What is meant by annotation in java?