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

Computer Science & Information Technology

You might also like to view...

Pixels store the colors red, green, and black

Indicate whether the statement is true or false

Computer Science & Information Technology

In the Outlook Web App, the order in which multiple emails display is determined by the settings you configured in the Settings link

Indicate whether the statement is true or false

Computer Science & Information Technology

What specific type of phishing attack uses the telephone to target a victim?

A. target phishing B. whaling C. vishing D. spear phishing

Computer Science & Information Technology

Assume that n = 1000. To sort the list, insertion sort makes about 250,000 item assignments.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology