🎴 Flashcard Mode
Java Programming: Collections, Annotations, and Enums
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which constant variable is not present in Long wrapper class?
AnswerClick to flip back
A
MIN_NORMAL
💡 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.