DEVFYI - Developer Resource - FYI

What interface must an object implement before it can be written to a stream as an object?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

326. What interface must an object implement before it can be written to a stream as an object?

An object must implement the Serializable or Externalizable interface before it can be written to a stream as an object.

(Continued on next question...)

Other Interview Questions