Multiple choice Which constant variable is not present in Long wrapper class? MAX_VALUE MIN_VALUE MIN_NORMAL 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.