GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 1 Topic 1 Discussion

GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 1 Topic 1 Discussion

GSSP-.NET Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

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 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.