Contrast System.String and System.Text.StringBuilder classes?


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

Post New Answer

More C Sharp Interview Questions

From which base class do all Web Forms inherit from?

0 Answers   Siebel,


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


Can main method be final?

0 Answers  


What is the use of 0 in c#?

0 Answers  


What is inline function in c#?

0 Answers  


If a child class instance is created, which class constructor is called first - base class or child class?

0 Answers  


Describe the ways of cleaning up objects in c#.

0 Answers  


What is the purpose of a constructor in c#?

0 Answers  


What is the concept of strong names?

0 Answers  


What are object oriented concepts?

6 Answers   Adea, Microsoft,


What is exe file in c#?

0 Answers  


What is type system in c#?

0 Answers  


Categories