Multiple Choice
The benefit of using a(n) ____ file is the ability to retrieve a specific record from a file directly, without reading through other records to locate the desired one.
A) random access
B) text
C) open
D) input
Correct Answer:

Verified
Correct Answer:
Verified
Q24: Explain the difference between an absolute path
Q25: Match each term with the correct statement
Q26: import java.nio.file.*; <br>import java.nio.file.attribute.*; <br>import java.io.IOException; <br>public
Q27: Some text files are _ files that
Q28: Match each term with the correct statement
Q30: _ is an abstract class that contains
Q31: Because the backslash character starts the escape
Q32: What tasks are typically performed when working
Q33: Match each term with the correct statement
Q34: import java.nio.file.*; <br>import java.io.*; <br>public class ReadFile