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)- A9% (5)
- B72% (41)
- C4% (2)
- D16% (9)
Community Discussion
No community discussion yet for this question.