1.

Which of the following statements are true about the C#.NET code snippet given below? String s1, s2; s1 = \"Hi\"; s2 = \"Hi\"; 1.String objects cannot be created without using new. 2.Only one object will get create

A. 2, 3, 5
B. 1, 2, 4
C. 2, 5
D. 3, 4
Answer» B. 1, 2, 4


Discussion

No Comment Found