nThe java.io package
provides an extensive library of classes for
input/output
nInclude the statement
nimport java.io.*;
–Input and output contains all the classes used in file processing
nJava provides
STREAMS as a general mechanism for I/O
nStreams implement
sequential access of data