Friday 16 December 2011

95.Which of the following statement is correct about a String in C#.NET?

A.A String is mutable because it can be modified once it has been created.
B.Methods of the String class can be used to modify the string.
C.A number CANNOT be represented in the form of a String.
D.A String has a zero-based index.
E.The System.Array class is used to represent a string.
Answer: Option D