- General Questions
1. |
Which of the following statements are true about the C#.NET code snippet given below?
|
|||||||
|
2. |
Which of the following will be the correct output for the C#.NET code snippet given below? |
|||||||||
|
3. |
Which of the following statements will correctly copy the contents of one string into another ? |
|||||||||
|
4. |
The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable. |
|||
|
5. |
Which of the following will be the correct output for the C#.NET code snippet given below? |
|||||||||
|