What is the use of double in java ? pls define it a bit clearly as I really need it !
Answers
Answered by
2
Answer:
The Java double keyword is a primitive data type. It is a double-precision 64-bit IEEE 754 floating point. It is used to declare the variables and methods. It generally represents the decimal numbers.
Answered by
3
Answer:
Java double is used to represent floating-point numbers. It uses 64 bits to store a variable value and has a range greater than float type.
Similar questions