What do you mean by streamreader/streamwriter class in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the value which is accepted by all data types ?

0 Answers   MCN Solutions,


what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?

2 Answers  


How To Maintain Transaction In C#?

1 Answers   Phoenix Technologies,


What is state c#?

0 Answers  


what are pointer types in c#

0 Answers   Cognizant,






what is namespace?

6 Answers  


Explain partial class in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Explain about multithreading?

0 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


What is a hash table in c#?

0 Answers  


what is the difference between finally and dispose methods?

3 Answers   HCL, Patni,


Categories