package tests; public class Integer1 { public static void main(String []args) { Integer a = new Integer(0x1337); a.intValue(); // 0x1337 } }