Please Urgent help....!
the difference between float and double...
but a Detailed one.... because it makes me confusing
and i'll be very grateful....
Please Urgent help....!
the difference between float and double...
but a Detailed one.... because it makes me confusing
and i'll be very grateful....
The language reference material has all the details
http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.2.3
i have seen such talk before ,but i need simple explanation guides me to know the difference between them.
Simpler explanation: http://download.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
Simpler explanation than that: float is 32-bit, double is 64-bit.
Simplest explanation: just use double and ignore float.
You said you wanted detail.
This http://www.java-samples.com/showtutorial.php?tutorialid=261 is simpler.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.