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().

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions