What does the following code fragment print? int[] a = { 1, 2, 3 }; int[] b

Question:

What does the following code fragment print?

int[] a = { 1, 2, 3 };

int[] b = { 1, 2, 3 };

System.out.println(a == b);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: