Home » JAVA Programming » Object & Classes » Question
  1. Which of these is a super class of wrappers Double & Integer?
    1. Float
    2. Number
    3. Digits
    4. Long
    5. None of these
Correct Option: B

Number is an abstract class containing subclasses Double, Float, Byte, Short, Integer and Long.



Your comments will be displayed only after manual approval.