How many methods in the Externalizable interface?

Q

How many methods in the Externalizable interface?

✍: Guest

A

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().

2012-05-29, 2862👍, 0💬