1.

What Is Externalizable?

Answer»

Externalizable is an Interface that extends Serializable Interface. And sends DATA into Streams in COMPRESSED FORMAT. It has two methods, writeExternal(ObjectOuput out) and readExternal(ObjectInput in)

Externalizable is an Interface that extends Serializable Interface. And sends data into Streams in Compressed Format. It has two methods, writeExternal(ObjectOuput out) and readExternal(ObjectInput in)



Discussion

No Comment Found