Computer Science, asked by rohitkumarjena21, 2 months ago

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 Saipavan55
3

Answer:

Option (a) is correct

Explanation:

Similar questions