posted 18 years ago
The K&B book covers the following io classes:
PrintWriter,
BufferedReader, FileReader,
BufferedWriter, FileWriter,
File.
It also covers these in a serialization context:
ObjectOutputStream, FileOutputStream,
ObjectInputStream, FileInputStream.
The Mock exams cover other IO classes.
From an exam viewpoint is it sufficient to know
just the K&B IO classes (thoroughly) ?