Multiple Choice
If a random access file contains a stream of characters, which of the following statements would move the file pointer to the starting byte of the fifth character in the file?
A) file.seek(4) ;
B) file.seek(8) ;
C) file.seek(10) ;
D) file.seek(5) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: A catch clause that uses a parameter
Q26: In Windows, which of the following statements
Q27: An exception object's default error message can
Q28: What will the following code display? String
Q29: A file that contains raw binary data
Q31: In versions of Java prior to Java
Q32: When you write a method that throws
Q33: What will be the result of the
Q34: In order for an object to be
Q35: The numeric classes' parse methods all throw