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

Computer Science & Information Technology

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

Computer Science & Information Technology

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.

Computer Science & Information Technology

What is the difference between a logical and physical data flow diagram?

What will be an ideal response?

Computer Science & Information Technology

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

Computer Science & Information Technology