publicclass Test1{ public static void main(String [] arstring) { Float a = new Float(56.78); Integer b = new Integer(1234); System.out.println(a.toString()); }}