DEVFYI - Developer Resource - FYI

What is stream

J2SE Interview Questions and Answers


(Continued from previous question...)

209. What is stream

A stream is simply a byte-stream of data that is sent from a sender to a receiver. There are two basic categories, so the java.io package includes two abstract classes (InputStream and OutputStream).

(Continued on next question...)

Other Interview Questions