What is the range of double and float data type in java??
Answers
Answered by
4
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 theFloating-Point Types, Formats, and Values section of the Java Language Specification. ... char: The char data type is a single 16-bit Unicode character.
Similar questions