Computer Science, asked by awaisalisundhu213, 4 months ago

Which of the Following is
Correct Way to Declare a
String? i. String abc = new
String(“mystring"); ii.
String abc = “mystring"; iii.
String abc; abc = new
String(“mystring");
ac​

Answers

Answered by cutiefoodie123
0

specify the computer language atleast it's easier to check the code then, every language has different format

Similar questions