Objectives
- Be able to read and write text files.
- Know how to read and write binary files.
- Understand the use of
InputStream
s andOutputStream
s. - Be able to design methods for performing input and output.
- Know how to use the
File
class. - Be able to use the
JFileChooser
class.