what is the difference between object.add( new Integer(3));
and object.add(new Integer("3");