Multiple Choice
Which method moves the file pointer in a RandomAccessFile?
A) close
B) seek
C) length
D) getFilePointer
Correct Answer:

Verified
Correct Answer:
Verified
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
Q60: If you write a simple Student class,
Q61: Fill in the blank in the following
Q62: Assume we have a RandomAccessFile object, file,
Q63: Which expression deletes the file named filename.txt?<br>A)Files.delete(Paths.get("filename.txt"))<br>B)Files.deleteFile(Paths.get("filename.txt"))<br>C)Files.deleteFile("filename.txt")<br>D)Files.delete("filename.txt")
Q64: Which methods are not in the Serializable