GIAC
GSSP-.NET · Question #203
GSSP-.NET Question #203: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-.NET to reveal the answer and full explanation for question #203. The question stem and answer options stay visible for context.
Question
- (Topic 2) You work as a Software Developer for ManSoft Inc. The company uses Visual Studio.NET 2005 as its application development platform. You have recently created an application that includes the code shown below. string str1 = "ABC"; string str2 = "u"; str2 += "Certify"; Console.WriteLine(str1 == str2); Console.WriteLine((Object) str1 == (Object) str2); Console.WriteLine(str1.Equals(str2)); What will be the output of the above code?
Options
- ATrue
- BTrue
- CFalse
- DFalse
Unlock GSSP-.NET to see the answer
You've previewed enough free GSSP-.NET questions. Unlock GSSP-.NET for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.