Matching
Match each term with the correct statement below.
Premises:
To make files no longer available to your application
The main directory of your storage device
Returns the default line separator for a system
Writes text to an output stream, buffering the characters
Functions as a pipeline or channel between a Java program and an input device
Clears any bytes that have been sent to a buffer for output but have not yet been output to a hardware device
The memory location where bytes are held after they are logically output but before they are sent to the output device
Involves performing the same tasks with many records
A collection of related records
Responses:
System.getProperty("line.separator")
close the files
stream
batch processing
data file
buffer
flushing
BufferedWriter
root
Correct Answer:
Premises:
Responses:
To make files no longer available to your application
The main directory of your storage device
Returns the default line separator for a system
Writes text to an output stream, buffering the characters
Functions as a pipeline or channel between a Java program and an input device
Clears any bytes that have been sent to a buffer for output but have not yet been output to a hardware device
The memory location where bytes are held after they are logically output but before they are sent to the output device
Involves performing the same tasks with many records
A collection of related records
Premises:
To make files no longer available to your application
The main directory of your storage device
Returns the default line separator for a system
Writes text to an output stream, buffering the characters
Functions as a pipeline or channel between a Java program and an input device
Clears any bytes that have been sent to a buffer for output but have not yet been output to a hardware device
The memory location where bytes are held after they are logically output but before they are sent to the output device
Involves performing the same tasks with many records
A collection of related records
Responses:
Related Questions
Q24: Explain the difference between an absolute path
Q41: A(n) _ field is the field in
Q44: A data file can be used as
Q48: _ applications require that a record be
Q53: When you use the BufferedReader class, you
Q55: A file channel is _, meaning you
Q59: The String class _ method accepts an
Q64: import java.nio.file.*; <br>import java.io.*; <br>import java.nio.channels.FileChannel; <br>import
Q64: You can direct System.err to a new
Q71: Provide an example of batch processing.