1.

How Many Methods Are There 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().

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



Discussion

No Comment Found