Integer x = 3000; Integer y = null;
x=3000, y=null x==y : false Objects.equals(x,y) : false x.equals(y) : false