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
0
specify the computer language atleast it's easier to check the code then, every language has different format
Similar questions