DEVFYI - Developer Resource - FYI

How many methods in the Serializable interface?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

17. How many methods in the Serializable interface?

There is no method in the Serializable interface. The Serializable interface acts as a marker, telling the object serialization tools that your class is serializable.

(Continued on next question...)

Other Interview Questions