Computer Science, asked by remysuresh3006, 10 months ago

Difference between float and double in java. Share pic in tabular form

Answers

Answered by 22Aryan22
1

Both float and double datatype are used to represent floating point numbers in Java, a double data type is more precise than float. A double variable can provide precision up to 15 to 16 decimal points as compared to float precision of 6 to 7 decimal digits.

Hope it will help you...

Attachments:
Similar questions