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 Importance of hashCode and equals Methods in Java ?

How Does Web Module Work in Spring Framework ?

What is the Difference Between an Iterator and ListIterator in Ja ...

What is the Difference Between Throw and Throws in Java ?

How Will You Use Other Java Files of Your Application in JSP Code ...