Multiple Choice
Match each term with the correct statement below.
-Involves performing the same tasks with many records
A) batch processing
B) root
C) buffer
D) flushing
E) stream
F) System.getProperty("line.separator")
G) data file
H) close the files
I) BufferedWriter
Correct Answer:

Verified
Correct Answer:
Verified
Q2: InputStream and OutputStream are subclasses of the
Q11: The _ method returns the last Path
Q23: Briefly describe the Path class in Java.
Q30: A(n) _ object is an avenue for
Q43: Briefly describe the ByteBuffer class.
Q55: A file channel is _, meaning you
Q56: Java lets you assign a file to
Q58: After you create a FileSystem object, you
Q71: import java.util.Scanner;<br>import java.nio.file.*;<br>public class PathDemo2<br>{<br>public static void
Q71: Provide an example of batch processing.