Home » JAVA Programming » Basic Datatypes » Question
  1. Which of these is a super class of wrappers Long, Character & Integer?
    1. Number
    2. Float
    3. Long
    4. Digits
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.