MCQs > IT & Programming > C# > String a = 'hello'; String b = 'hello'; var answer = object.ReferenceEquals(a, b); What is the value of answer?

C# MCQs

String a = "hello"; String b = "hello"; var answer = object.ReferenceEquals(a, b); What is the value of answer?

Answer

Correct Answer: True

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it