Q:

What are I/O classes in C#? Define some of the most commonly used ones

0

What are I/O classes in C#? Define some of the most commonly used ones.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

The System.IO namespace in C# consists of several classes used for performing various file operations, such as creation, deletion, closing, and opening. Some of the most frequently used I/O classes in C# are:

File – Manipulates a file
Path – Performs operations related to some path information
StreamReader – Reads characters from a stream
StreamWriter – Writes characters to a stream
StringReader – Reads a string buffer
StringWriter – Writes a string buffer

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between SessionState and Vi... >>
<< Is every abstract function virtual in C#, in gener...