1.

1 Integer i = 1;
2 Integer a = Integer.valueOf(1);
3 Utils.Sop(a==i);
4 
5 //true