DEVFYI - Developer Resource - FYI

What class allows you to read objects directly from a stream?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

103. What class allows you to read objects directly from a stream?

The ObjectInputStream class supports the reading of objects from input streams.

(Continued on next question...)

Other Interview Questions