Description:
constructor Float(float value):
Constructs a newly allocated Float object that represents the primitive float argument.
constructor Float(String s):
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string. The string is converted to a float value as if by the valueOf method.