DEVFYI - Developer Resource - FYI

Which methods of Serializable interface should I implement?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

501. Which methods of Serializable interface should I implement?

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

(Continued on next question...)

Other Interview Questions