+91-85006-22255
What is the size of double in bits?
Correct Answer : A
double is a primitive datatype in Java having a size of 8 bytes which is equal to 8 * 8 = 64 bits. Its range is 4.9e-324 to 1.8e+308.
double
8
8 * 8
64
4.9e-324
1.8e+308
Topic: Floating Point Data Types In Java
Read this topic Take test on this topic
Open In App