1.

Which Methods Of Serializable Interface Should I Implement?

Answer»

The SERIALIZABLE interface is an EMPTY interface; it does not CONTAIN any METHODS. So, we do not IMPLEMENT any methods.

The serializable interface is an empty interface; it does not contain any methods. So, we do not implement any methods.



Discussion

No Comment Found