package util; public class Test { public static void main( String[] args ) { Integer a = 127; Integer b = 127; System.out.println(a==b); } }