package BasicAndDontKnow; public class Test111 { public static void main(String[] args) { Integer a = 128, b = 128; System.out.println(a == b); } }