posted 2 years ago
First paragraph says that PrintStream and PrintWriter "...ALSO include constructors that automatically wrap the print stream around a low-level file stream class, such as FileOutputStream and FileWriter."
This is wrong. PrintStream and PrintWriter do NOT have specific constructors for these classes. For this you must use the abstract class ones (OutputStream and Writer) which had already been mentioned on page 946.