Multiple Choice
Java lets you assign a file to a(n) ____ object so that screen output and file output work in exactly the same manner.
A) Stream
B) Input
C) Output
D) File
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: Any of the file input or output
Q52: An array of bytes can be wrapped,
Q53: When you use the BufferedReader class, you
Q54: You can create a writeable file by
Q55: A file channel is _, meaning you
Q57: What is the difference between volatile and
Q58: After you create a FileSystem object, you
Q59: The String class _ method accepts an
Q60: Comma-separated values (CSV) is a file format
Q61: import java.nio.file.*; <br>public class PathDemo <br>{ <br> public