Computer Science, asked by shadowofficial69op, 1 month ago

What is the size of double datatype in java in terms of bits​

Answers

Answered by SugaryHeart
1

Explanation:

64-bit

double: The double data type is a double-precision 64-bit IEEE 754 floating point. Its range of values is beyond the scope of this discussion, but is specified in the Floating-Point Types, Formats, and Values section of the Java Language Specification.

Similar questions