What is Externalizable Interface in Java ?

Externalizable interface extends Serializable interface in Java. It is used for giving the Class control over saving and restoring the contents of its instances.

A class implements methods writeExternal() and readExternal() to store and restore the object.



You May Interest

What is the Difference Between a Cookie and a Session Object in J ...

What is Volatile Keyword in Java ?

What are the Uses of Reflection in Java ?

Which Class Contains Clone Method in Java ?

Does Java Allow Virtual Functions ?