float and Float

what is the difference between float and Float?
[54 byte] By [jjsmitha] at [2007-11-26 12:22:08]
# 1
The same as the difference between int and Integer. And double and Double.
CaptainMorgan08a at 2007-7-7 15:14:54 > top of Java-index,Archived Forums,Socket Programming...
# 2
so your saying there is no difference
jjsmitha at 2007-7-7 15:14:54 > top of Java-index,Archived Forums,Socket Programming...
# 3
float is a primitive, you cannot invoke methods on it. Float is a Wrapper class. Read more about them [url http://www.tutorialized.com/tutorial/Wrapper-classes/4653]here.[/url]
CaptainMorgan08a at 2007-7-7 15:14:54 > top of Java-index,Archived Forums,Socket Programming...
# 4
Thanks for the info... And timely reply
jjsmitha at 2007-7-7 15:14:54 > top of Java-index,Archived Forums,Socket Programming...