DEVFYI - Developer Resource - FYI

What is an IO filter?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

106. What is an IO filter?

An IO filter is an object that reads from one stream and writes to another, usually altering the data in some way as it is passed from one stream to another.

(Continued on next question...)

Other Interview Questions