Question: when i run this code i get what but not sure why please explain why? What do you think is the result of the following

when i run this code i get "what" but not sure why please explain why? when i run this code i get "what" but not sure why

What do you think is the result of the following code? int[] x = new int [1]; x[0] = 10; int[] y = new int [1]; y [0] = x[0]; if (x == y) { System.out.println("Equal."); } else { System.out.println("What?")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!