A.Int B.int C.Integer D.Long
A.Integer i=4; B.int i=4; C.double d=4; D.int i=’c’;
A.int i=’c’; B.int i=new Integer(100); C.Integer i=4; D.int i=4;