Multiple Choice
StreamWriter outputFile = new StreamWriter("someOutputFileName") ;
StreamReader inputFile = new StreamReader("someInputFileName") ;
If you browse using Windows Explorer or Computer, the physical file that already exists before the two statements from above are executed is ____.
A) outputFile
B) inputFile
C) someOutputFile
D) someInputFile
Correct Answer:

Verified
Correct Answer:
Verified
Q15: When you close a file, no arguments
Q16: The most appropriate programmer-defined enumeration identifier for
Q17: None of the of the method named in
Q18: A data stream is the flow of
Q19: StreamReader inFile = new StreamReader("name.txt"); while ((inValue
Q21: If an invalid path is listed in
Q22: The StreamReader's Peek( ) method returns the
Q23: The StreamReader class is most often used
Q24: BinaryReader and BinaryWriter classes _.<br>A) expose only
Q25: If you do not specify the full