class Samp01 { public static void main(String[] args){ System.out.println(10 == new Integer(10)); System.out.println(new Integer(10) == 10); } }