Multiple Choice
If a random access file contains a stream of characters, which of the following would you use to set the pointer on the fifth character?
A) file.seek(4) ;
B) file.seek(5) ;
C) file.seek(9) ;
D) file.seek(8) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: In the following code, assume that inputFile
Q25: A catch clause that uses a parameter
Q37: When an object is serialized, it is
Q41: In a try/catch construct, after the catch
Q46: This is a section of code that
Q47: The throw statement informs the compiler that
Q50: Classes that inherit from the Error class
Q53: An exception's default error message can be
Q54: Under Windows, which of the following statements
Q55: In a multi-catch, (introduced in Java 7)