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

Options

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.

Click to view Correct Answer

Previous || Next

Strings - General Questions more questions

Which of the following statements will correctly copy the contents....

The string built using the String class are immutable (unchangeable),....

Which of the following snippets are the correct way to....

Which of the following will be the correct output for....

Which of the following is correct way to convert a....

Which of the following will be the correct output for....

If s1 and s2 are references to two strings then....

Which of the following statements are correct about the String....

Which of the following statements are correct?

Which of the following is the correct way to find....

Arrays - General Questions more Online Exam Quiz

Floating Point Issues - General Questions

Attributes - General Questions

Classes and Objects - General Questions

Collection Classes - General Questions