File Input and Output
•Something useful !!!
•FileReader/Writer and FileInputStream/OutputStream •In general use the readers and writers for text files, and streams for when you don’t know what may be in the files.
•Example