Multiple Choice
Which method, used with the StreamWriter class, can be invoked to write characters to the stream, followed by a line terminator?
A) StreamWrite( )
B) EndOfLine( )
C) Write( )
D) WriteLine( )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q45: In C#, when data is written to
Q46: The _ class makes it easy to
Q47: StreamReader inFile = new StreamReader("name.txt");<br>While ((inValue =
Q48: Objects of streams can be wrapped with
Q49: If you use Visual Studio and include
Q51: The _ method of the StreamReader class
Q52: The StreamReader class is used to create
Q53: The FileDialog class has a property called
Q54: Which method is used to cause the
Q55: TextReader is an abstract class used to