Multiple Choice
BinaryReader and BinaryWriter classes ____.
A) expose only static members
B) are used to read and write character strings to files
C) offer streaming functionality oriented toward binary data types
D) are abstract classes
Correct Answer:

Verified
Correct Answer:
Verified
Q19: StreamReader inFile = new StreamReader("name.txt"); while ((inValue
Q20: StreamWriter outputFile = new StreamWriter("someOutputFileName");<br>StreamReader inputFile =
Q21: If an invalid path is listed in
Q22: The StreamReader's Peek( ) method returns the
Q23: The StreamReader class is most often used
Q25: If you do not specify the full
Q26: In order to invoke the Copy( )
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