Names:
- ???
- ???
Read through the list of classes in java.io. If we want to write a program to read through a text file and print the lines in it to the screen, what classes do you think might be useful?
From the documentation, why do we use BufferedReader combined with the FileReader class?
Write your program in SimpleReader.java.
Write your program in SpeechReader.java.