Which of these is a super class of Character wrapper?
(a) Long
(b) Digits
(c) Float
(d) Number
(a) Long
(b) Digits
(c) Float
(d) Number
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right choice is (d) Number
Explanation: Number is an abstract class containing subclasses Double, Float, Byte, Short, Character, Integer and Long.