Single Choice Easy

QWhat is the numerical range of a double data type in Java?

ID: #22189 double - Data Type in Java 82 views
Question Info
#22189Q ID
EasyDifficulty
double - Data Type in JavaTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A -3.4E+38 to 3.4E+38
  • B -1.7E+308 to 1.7E+308
  • C -128 to 127
  • D -32768 to 32767
Correct Answer

Explanation

The double data type in Java is a double-precision 64-bit IEEE 754 floating-point, ranging approximately from -1.7E+308 to 1.7E+308.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.

Related MCQ Questions