CS2 Week 3
Streams
nThe most basic of input/output with Java is done with stream nThe stream can flow from the program to the screen, from a keyboard to the program, to/from a disk file or other storage media, to a printer, or even to a network or the Web nThe stream commands enable you to write to a disk file or to the output screen
Input stream
Output stream
Java program