public class JLS_5_1_7_BoxingConversion_4 { public static void main(String[] args) { Integer x = 123434; System.out.println(-x); } }