Which of the following statements is true?
a. Class Scanner provides the ability to reposition to the beginning of a file with method seek.
b. Class Scanner provides the ability to reposition to the beginning of a file with method reposition.
c. Class Scanner does not provide the ability to reposition to the beginning of the file.
d. If it is necessary to read a sequential file again, the program can simply keep reading—when the end of the file is reached,
the Scanner is automatically set to point back to the beginning of the file.
c. Class Scanner does not provide the ability to reposition to the beginning of the file.
You might also like to view...
The output from the following code is __________.
```
java.util.ArrayList
When creating a sound-only Flash movie, adding a ____ will prevent automatic play.
A. start action to the first frame B. stop action to the first frame C. start action to the last frame D. stop action to the last frame