相信大家在面试的过程中可能都遇到过这样一道题吧!
public static void main(String[] args) {
Integer a = 1000,b = 1000;
Integer c = 100,d = 100;
System.out.println(a == b);
System.out.println(c == d);
}public static voi相信大家在面试的过程中可能都遇到过这样一道题吧!
public static void main(String[] args) {
Integer a = 1000,b = 1000;
Integer c = 100,d = 100;
System.out.println(a == b);
System.out.println(c == d);
}public static voi