| created: 06/07/00 |
CHAPTER 84 --- Reading from Text FilesAn input stream can be connected to a text file. With character-oriented input streams, characters are automatically translated from the external (disk file) format to the internal (Java char) format. Chapter Topics:
|
QUESTION 1:What is the ancestor class of all character-oriented input streams? Click Here after you have answered the question |