show/hide this revision's text 2 added 7 characters in body

Yes, first one is a primitive type and second is a boxing class which wraps capabilities of primitive float typeit needs , we need second for example for use in the collections. Before you have had to deal a lot with type conversion (I think until Java 1.5) now the existence of wrappers classes takes those capabilities. More information. here

show/hide this revision's text 1

Yes, first one is a primitive type and second is a boxing class which wraps capabilities of primitive float type it needs for example for use in the collections. Before you have had to deal a lot with type conversion (I think until Java 1.5) now the existence of wrappers classes takes those capabilities. More information. here