Which of the following stream classes will you use to accomplish the task?

Posted by: Pdfprep Category: GSSP-.NET Tags: , ,

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You are in process of creating an application using the .NET Framework 2.0.

The application must collect data from different streams by performing the following operations:

l Reading data from the byte stream

l Reading data from the memory stream

l Reading data from the file stream

Which of the following stream classes will you use to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.
A . MemoryStream
B . StreamWriter
C . FileStream
D . StreamReader

Answer: A,C,D

Leave a Reply

Your email address will not be published.