Integer a = 128; Integer b = 128; Integer c = -128; Integer d = -128; System.out.println(a == b); System.out.println(c == d);
Login in to like
Login in to comment
or Read more about Java Quizzes
Login in to like
Login in to comment