this is giving compile error go to hell. even a simple code giving compile error
D:\>javac IntegerToFloat.java IntegerToFloat.java:10: cannot resolve symbol symbol : constructor Float (java.lang.Integer) location: class java.lang.Float String s = new Float(i).toString(); ^ 1 error