Multiple Choice
Match each term with the correct statement below.
-To make files no longer available to your application
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
Q4: Describe and provide an example of the
Q7: While System.err and System.out are both directed
Q13: import java.nio.file.*;<br>import java.io.*;<br>public class ReadFile<br>{<br>public static void
Q14: import java.nio.file.*;<br>import java.io.*;<br>import static java.nio.file.StandardOpenOption.*;<br>public class WriteFile<br>{<br>public
Q22: while(nextLine = reader.readLine() != null) <br> System.out.println(nextLine); <br>The
Q32: What tasks are typically performed when working
Q39: The BufferedWriter class contains a _ method
Q42: Java's Path class is used to create
Q48: _ applications require that a record be
Q61: import java.nio.file.*; <br>public class PathDemo <br>{ <br> public