importPackage(java.io);importPackage(java.lang); // your code goes a = [1,2,3];b = a;a[2] = 4; System.out.println(a == b);
Standard input is empty
true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!