GIAC GIAC Secure Software Programmer - C#.NET GSSP-NET-CSHARP Question # 10 Topic 2 Discussion

GIAC GIAC Secure Software Programmer - C#.NET GSSP-NET-CSHARP Question # 10 Topic 2 Discussion

GSSP-NET-CSHARP Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

Allen works as a Software Developer for Mansoft Inc. He creates a Console application. He writes the following line of code in the application:

String str="ABC's World";

According to the given line of code, which of the following are legal statements?

Each correct answer represents a part of the solution. Choose all that apply.


A.

String st1="Hello" + str;


B.

int j=str.Length;


C.

str[2]="y";


D.

str=str+10;


E.

str=5;


Get Premium GSSP-NET-CSHARP Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.