<AptiCode/>

Question 663: Which of the following statements are true about the C#.NET code snippet given below?String s1, s2; s1 = "Hi"; s2 = "Hi";String objects cannot be created without usingnew.Only one object will get created.s1ands2both will refer to the same object.Two objects will get created, one pointed to bys1and another pointed to bys2.s1ands2are references to the same object.

tcs
wipro
infosys
general
aptitude
strings

No answer description is available.Let's discuss.