DEVFYI - Developer Resource - FYI

What is Externalizable?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

364. What is Externalizable?

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)

(Continued on next question...)

Other Interview Questions