What are c# i/o classes? What are the commonly used i/o classes?



What are c# i/o classes? What are the commonly used i/o classes?..

Answer / Sunny Mehrotra

"I/O classes in C# are used for reading and writing data from input devices (keyboard) or output devices (screen). Some of the commonly used I/O classes are:n
1. Console class: For simple console-based applications.
2. StreamReader and StreamWriter: For reading and writing files.
3. BinaryReader and BinaryWriter: For reading and writing binary data.
4. XmlReader and XmlWriter: For reading and writing XML documents.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

List down the reason behind the usage of c# language.

1 Answers  


What is difference between sleep () and wait ()?

1 Answers  


What is the difference between dictionary and hashtable in c#?

1 Answers  


What is parallel foreach in c#?

1 Answers  


what is difference between destruct or and garbage collection ?

1 Answers   Wipro,


What is Web.config?

1 Answers   Amazon,


What Are The .Net Object

2 Answers   IMB, Reliance,


What is type keyword in c#?

1 Answers  


Is it possible to execute multiple catch block for a single try statement?

1 Answers   Siebel,


What does virtual keyword mean ?

6 Answers   TCS,


What is yield keyword?

1 Answers  


How does dictionary work in c#?

1 Answers  


Categories