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
Answer: C
You might also like to view...
Which of the following are available from a world-level method?
a. Class-level function b. Class-level method c. World-level variable d. All of the above e. None of these
What value will be assigned to the variable number by the following statement? int number = 3.75;
A) 3 B) 4 C) 3.75 D) None of the above. E) It's unpredictable. That's the problem.
What is the difference between a logical and physical data flow diagram?
What will be an ideal response?
Server-side ActiveX components are instantiated by passing the name of the component as a string to ________ object method ________.
(a) Request, ActiveX (b) Response, ActiveX (c) Server, CreateObject (d) Server, CreateActiveX