Select from following answers:- MemoryStream
- BufferedStream
- FileStream

- None of these
- All Above
FileStream: Through FileStream, we can define the
path of a File and then write the data, we have to
use StreamWriter/BinaryWriter with FileStream.
MemoryStream and BufferedStream write the data
only in the RAM.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator