Question - How many methods in the Externalizable interface?
Answer -
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().