DEVFYI - Developer Resource - FYI

How many methods in the Externalizable interface?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

18. How many methods in the Externalizable interface?

There are two methods in the Externalizable interface. You have to implement these two methods in order to make your class externalizable. These two methods are readExternal() and writeExternal().

(Continued on next question...)

Other Interview Questions