InterviewSolution
Saved Bookmarks
| 1. |
What Are Streams? |
|
Answer» Streams are objects that let you READ data from a source or WRITE data to a destination in CONTINOUS FASHION. Streams are objects that let you read data from a source or write data to a destination in continous fashion. |
|