// int numbers are not specially marked in Java int num1 = 1551; Integer num2 = 3223; // they are the 32bit version of long/Long // watch it: float are marked and not double like here for int/long