Multiple Choice
StreamWriter outputFile = new StreamWriter("someOutputFileName") ;
StreamReader inputFile = new StreamReader("someInputFileName") ;
The identifier that can be referenced in a WriteLine( ) method with the declaration above is ____.
A) someOutputFileName
B) someInputFileName
C) outputFile
D) inputFile
Correct Answer:

Verified
Correct Answer:
Verified
Q27: To ensure that the data is usable for
Q28: In order to remove a StreamWriter object
Q29: File and Directory classes add functionality to
Q30: Which of the following is a static
Q31: With Visual Studio when you create a
Q33: The constructor for the StreamWriter can include
Q34: If an invalid path is included with
Q35: Which of the following class belongs to
Q36: The _ class provides static methods that aid
Q37: A structure is a special form of value