Solved

Which of the Following Statements Will Create a Reference, Str

Question 11

Multiple Choice

Which of the following statements will create a reference, str, to the String "Hello, World"?


A) String str = "Hello, World";
B) string str = "Hello, World";
C) String str = new "Hello, World";
D) str = "Hello, World";

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions