class LongExample { public static void main(String[] args) { long range = -42332200000L; System.out.println(range); // prints -42332200000 } }