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
|
2 | added 7 characters in body | ||
|
|
||||
|
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 |
||||
