Saved Bookmarks
| 1. |
What Is Stream ? |
|
Answer» 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). 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). |
|