//Sample20_02.java class Sample20_02{ public static void main(String[] args){ Integer oi = 123; System.out.println(oi); } }