More on Serialization

More questions on Serialization in Java.

We'll cover the following...

Question # 1

Explain the Externalizable interface.

The Serializable interface gets us automatic serialization capability for objects of our class. On the other hand the Externalizable interface provides a way to ...