Multiple choice

Which constant variable is not present in Long wrapper class?

  1. MAX_VALUE

  2. MIN_VALUE

  3. MIN_NORMAL

  4. SIZE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The answer is correct. MIN_NORMAL is the constant variable that is not present in Long wrapper class. Instead it is present in Float and Double classes, which will return the minimum positive normal value.