Solved

Suppose Str Is a String Variable

Question 27

Multiple Choice

Suppose str is a String variable. The statement str = new String("Programming") ; is similar to which of the following?


A) new String = "Programming";
B) String new = "Programming";
C) str = "Programming";
D) str new "Programming";

Correct Answer:

verifed

Verified

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

Related Questions