Multiple Choice
What do we call the measure in bytes of the file pointer from the beginning of a RandomAccessFile?
A) size
B) seek
C) latency
D) offset
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: Assume we have a RandomAccessFile object, file,
Q49: Which of the following is NOT a
Q50: Why does FileInputStream override the read method
Q51: Which code stores an array studentArray of
Q52: Which expression returns a String representing the
Q54: Which class is used for output of
Q55: You would need a Caesar cipher with
Q56: Which statement about object streams is NOT
Q57: Readers and writers access sequences of _.<br>A)bytes<br>B)files<br>C)streams<br>D)characters
Q58: Fill in the blank in the following