13 : Which of the following is correct
3329445387
String temp 1 = new String ("j" "a" "z");
String temp 1 = { """b" "c");
String temp = {"a", "b", "c");
String temp 1 = {"a", "b", "c");
Answers
Answered by
3
Answer:
Option (a) is correct
Explanation:
Similar questions