Computer Science, asked by fakharulhassan88, 1 month ago

What is the output of the below Java program with arrays?

String[] ary = {"KITE", "AIR"};
String str = "PLANE";
ary[1] = str;
str = "FLY";
System.out.println(ary[1]);

Answers

Answered by suyalshashank
1

Answer:

it is a compiled language made by an English man

follow

Similar questions