DEVFYI - Developer Resource - FYI

What is externalization? Where is it useful??

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

406. What is externalization? Where is it useful??

Use the Externalizable interface when you need complete control over your Bean's serialization (for example, when writing and reading a specific file format).

(Continued on next question...)

Other Interview Questions