Question
Which of the following is true for classes from java.io.*?
- A. Readers have methods that can read and return floats and doubles.
- B. Readers have methods that can read and return floats.
- C. Readers have methods that can read and return doubles.
- D. Readers have methods that can read and return ints.
- E. None of the above.
E.
Note
Readers and writers deal only with character I/O.
PreviousNextRelated