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 are the Differences Between Internal and External Iterator i ...

Why Do We Use JSP Instead of Servlet in Java ?

What is the Importance of hashCode and equals Methods in Java ?

What are the Uses of Reflection in Java ?

How Stack and Heap Work in Java Multi-threading Environment ?