Multiple Choice
The ______ method returns an integer, either -1 (at the end of the file) or a byte between 0 and 255.
A) RandomAccessFile.seek
B) InputStream.read
C) Scanner.next
D) Reader.length
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q69: Which of these classes access sequences of
Q70: Assume we have a RandomAccessFile object, file,
Q71: Which of the following statements enables you
Q72: _ access allows file access at arbitrary
Q73: Which is not a method in the
Q75: Which line completes this code fragment so
Q76: The readInt and writeInt methods of the
Q77: Which method in the RandomAccessFile class provides
Q78: Which of the following classes are used
Q79: In which package are most classes for