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 1)


(Continued from previous question...)

111. 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