Computer Science, asked by hadikk7876, 1 month ago

What is serializable interface

Answers

Answered by rameshnaidu0162006
0

Answer:

The Serializable interface is present in java.io package. It is a marker interface. Serialization is a mechanism of converting the state of an object into a byte stream. Serialization is done using ObjectOutputStream

Similar questions