Multiple Choice
In order to remove a StreamWriter object named writer, which is associated with a file in the project directory called "test.dta", you would write ____.
A) File.Delete("test.dta")
B) File.Delete(writer)
C) writer.Delete("test.dta")
D) writer.Delete( )
Correct Answer:

Verified
Correct Answer:
Verified
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
Q26: In order to invoke the Copy( )
Q27: To ensure that the data is usable for
Q29: File and Directory classes add functionality to
Q30: Which of the following is a static
Q31: With Visual Studio when you create a
Q32: StreamWriter outputFile = new StreamWriter("someOutputFileName");<br>StreamReader inputFile =
Q33: The constructor for the StreamWriter can include