In java hierarchy of type conversion ,why double has greater precedence than long although they have same number of byte ?
Answers
Answered by
0
Explanation:
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. For decimal values, this data type is generally the default choice
Similar questions