Multiple Choice
A data file can be used as a(n) ____ file when each record is accessed one after another in the order in which it was stored.
A) application
B) sequential access
C) stream
D) field
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: The BufferedWriter class contains a _ method
Q40: Match each term with the correct statement
Q41: A(n) _ field is the field in
Q42: Java's Path class is used to create
Q43: Briefly describe the ByteBuffer class.
Q45: Which of the following statements will write
Q46: A(n) _ is a collection of fields
Q47: Random files are also called _ files.<br>A)
Q48: _ applications require that a record be
Q49: writer.write(names, 0, names.length()); <br>The above code represents