nerdexam
Microsoft

98-361 · Question #307

Your application needs to store the customer list in a text file. You want to minimize the size of this disk file and be able to open it in common text editors. Which of the following classes should…

The correct answer is B. StreamWriter. See the full explanation below for the reasoning.

Question

Your application needs to store the customer list in a text file. You want to minimize the size of this disk file and be able to open it in common text editors. Which of the following classes should you use to write the file?

Options

  • AStreamReader
  • BStreamWriter
  • CBinaryWriter
  • DXmlWriter

How the community answered

(57 responses)
  • A
    9% (5)
  • B
    72% (41)
  • C
    4% (2)
  • D
    16% (9)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice