Java for Interviews (Core Java - III)
Core Java - III:
Marker Interface:
This is an empty interface (no fields or methods).
Serializable, Cloneable, and Remote interfaces are examples of marker interfaces.
Serialization and Deserialization:
Serialization:
Process of converting the ...
aloysius05.hashnode.dev11 min read