Single Choice Easy

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

ID: #22188 float - Data Type in Java 85 views
Question Info
#22188Q ID
EasyDifficulty
float - 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 float data type in Java is a single-precision 32-bit IEEE 754 floating-point, ranging approximately from -3.4E+38 to 3.4E+38.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.

Related MCQ Questions